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