Open CASCADE Technology 6.5.2
Public Member Functions
CDM_StackOfDocument Class Reference

#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_StackOfDocumentAssign (const CDM_StackOfDocument &Other)
const CDM_StackOfDocumentoperator= (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 ()

Constructor & Destructor Documentation

CDM_StackOfDocument::CDM_StackOfDocument ( )
CDM_StackOfDocument::~CDM_StackOfDocument ( ) [inline]

Member Function Documentation

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

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines