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