Open CASCADE Technology 6.6.0
|
#include <CDM_ListOfDocument.hxx>
CDM_ListOfDocument::CDM_ListOfDocument | ( | ) |
CDM_ListOfDocument::~CDM_ListOfDocument | ( | ) | [inline] |
void CDM_ListOfDocument::Append | ( | const Handle< CDM_Document > & | I | ) |
void CDM_ListOfDocument::Append | ( | const Handle< CDM_Document > & | I, |
CDM_ListIteratorOfListOfDocument & | theIt | ||
) |
void CDM_ListOfDocument::Append | ( | CDM_ListOfDocument & | Other | ) |
void CDM_ListOfDocument::Assign | ( | const CDM_ListOfDocument & | Other | ) |
void CDM_ListOfDocument::Clear | ( | ) |
Standard_Integer CDM_ListOfDocument::Extent | ( | ) | const |
Handle_CDM_Document& CDM_ListOfDocument::First | ( | ) | const |
void CDM_ListOfDocument::InsertAfter | ( | const Handle< CDM_Document > & | I, |
CDM_ListIteratorOfListOfDocument & | It | ||
) |
void CDM_ListOfDocument::InsertAfter | ( | CDM_ListOfDocument & | Other, |
CDM_ListIteratorOfListOfDocument & | It | ||
) |
void CDM_ListOfDocument::InsertBefore | ( | const Handle< CDM_Document > & | I, |
CDM_ListIteratorOfListOfDocument & | It | ||
) |
void CDM_ListOfDocument::InsertBefore | ( | CDM_ListOfDocument & | Other, |
CDM_ListIteratorOfListOfDocument & | It | ||
) |
Standard_Boolean CDM_ListOfDocument::IsEmpty | ( | ) | const |
Handle_CDM_Document& CDM_ListOfDocument::Last | ( | ) | const |
void CDM_ListOfDocument::operator= | ( | const CDM_ListOfDocument & | Other | ) | [inline] |
void CDM_ListOfDocument::Prepend | ( | const Handle< CDM_Document > & | I, |
CDM_ListIteratorOfListOfDocument & | theIt | ||
) |
void CDM_ListOfDocument::Prepend | ( | CDM_ListOfDocument & | Other | ) |
void CDM_ListOfDocument::Prepend | ( | const Handle< CDM_Document > & | I | ) |
void CDM_ListOfDocument::Remove | ( | CDM_ListIteratorOfListOfDocument & | It | ) |
void CDM_ListOfDocument::RemoveFirst | ( | ) |