Open CASCADE Technology 6.5.2
Public Member Functions
TColStd_QueueOfInteger Class Reference

#include <TColStd_QueueOfInteger.hxx>

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
 TColStd_QueueOfInteger ()
const TColStd_QueueOfIntegerAssign (const TColStd_QueueOfInteger &Other)
const TColStd_QueueOfIntegeroperator= (const TColStd_QueueOfInteger &Other)
Standard_Integer Length () const
Standard_Boolean IsEmpty () const
const Standard_IntegerFront () const
void Clear ()
 ~TColStd_QueueOfInteger ()
void Push (const Standard_Integer &T)
void Pop ()
Standard_IntegerChangeFront ()

Constructor & Destructor Documentation

TColStd_QueueOfInteger::TColStd_QueueOfInteger ( )
TColStd_QueueOfInteger::~TColStd_QueueOfInteger ( ) [inline]

Member Function Documentation

const TColStd_QueueOfInteger& TColStd_QueueOfInteger::Assign ( const TColStd_QueueOfInteger Other)
Standard_Integer& TColStd_QueueOfInteger::ChangeFront ( )
void TColStd_QueueOfInteger::Clear ( )
const Standard_Integer& TColStd_QueueOfInteger::Front ( ) const
Standard_Boolean TColStd_QueueOfInteger::IsEmpty ( ) const
Standard_Integer TColStd_QueueOfInteger::Length ( ) const
void TColStd_QueueOfInteger::operator delete ( void *  anAddress) [inline]
void* TColStd_QueueOfInteger::operator new ( size_t  size) [inline]
void* TColStd_QueueOfInteger::operator new ( size_t  ,
void *  anAddress 
) [inline]
const TColStd_QueueOfInteger& TColStd_QueueOfInteger::operator= ( const TColStd_QueueOfInteger Other) [inline]
void TColStd_QueueOfInteger::Pop ( )
void TColStd_QueueOfInteger::Push ( const Standard_Integer T)

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines