#include <CDM_PresentationDirectory.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| CDM_PresentationDirectory (const Standard_Integer NbBuckets=1) | |
| CDM_PresentationDirectory & | Assign (const CDM_PresentationDirectory &Other) |
| CDM_PresentationDirectory & | operator= (const CDM_PresentationDirectory &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~CDM_PresentationDirectory () | |
| Standard_Boolean | Bind (const TCollection_ExtendedString &K, const Handle< CDM_Document > &I) |
| Standard_Boolean | IsBound (const TCollection_ExtendedString &K) const |
| Standard_Boolean | UnBind (const TCollection_ExtendedString &K) |
| const Handle_CDM_Document & | Find (const TCollection_ExtendedString &K) const |
| const Handle_CDM_Document & | operator() (const TCollection_ExtendedString &K) const |
| Handle_CDM_Document & | ChangeFind (const TCollection_ExtendedString &K) |
| Handle_CDM_Document & | operator() (const TCollection_ExtendedString &K) |
| CDM_PresentationDirectory::CDM_PresentationDirectory | ( | const Standard_Integer | NbBuckets = 1 |
) |
| CDM_PresentationDirectory::~CDM_PresentationDirectory | ( | ) | [inline] |
| CDM_PresentationDirectory& CDM_PresentationDirectory::Assign | ( | const CDM_PresentationDirectory & | Other | ) |
| Standard_Boolean CDM_PresentationDirectory::Bind | ( | const TCollection_ExtendedString & | K, | |
| const Handle< CDM_Document > & | I | |||
| ) |
| Handle_CDM_Document& CDM_PresentationDirectory::ChangeFind | ( | const TCollection_ExtendedString & | K | ) |
| void CDM_PresentationDirectory::Clear | ( | ) |
| const Handle_CDM_Document& CDM_PresentationDirectory::Find | ( | const TCollection_ExtendedString & | K | ) | const |
| Standard_Boolean CDM_PresentationDirectory::IsBound | ( | const TCollection_ExtendedString & | K | ) | const |
| void CDM_PresentationDirectory::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* CDM_PresentationDirectory::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* CDM_PresentationDirectory::operator new | ( | size_t | , | |
| void * | anAddress | |||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| Handle_CDM_Document& CDM_PresentationDirectory::operator() | ( | const TCollection_ExtendedString & | K | ) | [inline] |
| const Handle_CDM_Document& CDM_PresentationDirectory::operator() | ( | const TCollection_ExtendedString & | K | ) | const [inline] |
| CDM_PresentationDirectory& CDM_PresentationDirectory::operator= | ( | const CDM_PresentationDirectory & | Other | ) | [inline] |
| void CDM_PresentationDirectory::ReSize | ( | const Standard_Integer | NbBuckets | ) |
| Standard_Boolean CDM_PresentationDirectory::UnBind | ( | const TCollection_ExtendedString & | K | ) |
1.6.3