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