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