Open CASCADE Technology
6.5.4
|
#include <CDM_StackOfDocument.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | 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 | ( | ) | [inline] |
Handle_CDM_Document& CDM_StackOfDocument::ChangeTop | ( | ) |
Standard_Integer CDM_StackOfDocument::Depth | ( | ) | const |
Standard_Boolean CDM_StackOfDocument::IsEmpty | ( | ) | const |
const CDM_StackOfDocument& CDM_StackOfDocument::operator= | ( | const CDM_StackOfDocument & | Other | ) | [inline] |
void CDM_StackOfDocument::Push | ( | const Handle< CDM_Document > & | I | ) |
const Handle_CDM_Document& CDM_StackOfDocument::Top | ( | ) | const |