#include <Storage_MapOfPers.hxx>

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