|
Open CASCADE Technology 6.5.2
|
#include <TColStd_QueueOfReal.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TColStd_QueueOfReal () | |
| const TColStd_QueueOfReal & | Assign (const TColStd_QueueOfReal &Other) |
| const TColStd_QueueOfReal & | operator= (const TColStd_QueueOfReal &Other) |
| Standard_Integer | Length () const |
| Standard_Boolean | IsEmpty () const |
| const Standard_Real & | Front () const |
| void | Clear () |
| ~TColStd_QueueOfReal () | |
| void | Push (const Standard_Real &T) |
| void | Pop () |
| Standard_Real & | ChangeFront () |
| TColStd_QueueOfReal::TColStd_QueueOfReal | ( | ) |
| TColStd_QueueOfReal::~TColStd_QueueOfReal | ( | ) | [inline] |
| const TColStd_QueueOfReal& TColStd_QueueOfReal::Assign | ( | const TColStd_QueueOfReal & | Other | ) |
| Standard_Real& TColStd_QueueOfReal::ChangeFront | ( | ) |
| void TColStd_QueueOfReal::Clear | ( | ) |
| const Standard_Real& TColStd_QueueOfReal::Front | ( | ) | const |
| Standard_Boolean TColStd_QueueOfReal::IsEmpty | ( | ) | const |
| Standard_Integer TColStd_QueueOfReal::Length | ( | ) | const |
| void TColStd_QueueOfReal::operator delete | ( | void * | anAddress | ) | [inline] |
| void* TColStd_QueueOfReal::operator new | ( | size_t | size | ) | [inline] |
| void* TColStd_QueueOfReal::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| const TColStd_QueueOfReal& TColStd_QueueOfReal::operator= | ( | const TColStd_QueueOfReal & | Other | ) | [inline] |
| void TColStd_QueueOfReal::Pop | ( | ) |
| void TColStd_QueueOfReal::Push | ( | const Standard_Real & | T | ) |
1.7.4