|
Open CASCADE Technology 6.5.2
|
#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_QueueOfInteger & | Assign (const TColStd_QueueOfInteger &Other) |
| const TColStd_QueueOfInteger & | operator= (const TColStd_QueueOfInteger &Other) |
| Standard_Integer | Length () const |
| Standard_Boolean | IsEmpty () const |
| const Standard_Integer & | Front () const |
| void | Clear () |
| ~TColStd_QueueOfInteger () | |
| void | Push (const Standard_Integer &T) |
| void | Pop () |
| Standard_Integer & | ChangeFront () |
| TColStd_QueueOfInteger::TColStd_QueueOfInteger | ( | ) |
| TColStd_QueueOfInteger::~TColStd_QueueOfInteger | ( | ) | [inline] |
| 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 | ) |
1.7.4