#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) |
| Standard_EXPORT | CDM_StackOfDocument () |
| Standard_EXPORT const CDM_StackOfDocument & | Assign (const CDM_StackOfDocument &Other) |
| const CDM_StackOfDocument & | operator= (const CDM_StackOfDocument &Other) |
| Standard_Boolean | IsEmpty () const |
| Standard_Integer | Depth () const |
| Standard_EXPORT const Handle_CDM_Document & | Top () const |
| Standard_EXPORT void | Push (const Handle(CDM_Document)&I) |
| Standard_EXPORT void | Pop () |
| Standard_EXPORT void | Clear () |
| ~CDM_StackOfDocument () | |
| Standard_EXPORT Handle_CDM_Document & | ChangeTop () |
Private Member Functions | |
| Standard_EXPORT | CDM_StackOfDocument (const CDM_StackOfDocument &Other) |
Private Attributes | |
| Standard_Address | myTop |
| Standard_Integer | myDepth |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1