Open CASCADE Technology 6.6.0
|
#include <CDM_StackOfDocument.hxx>
Public Member Functions | |
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 |
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 |