#include <XmlMDF_MapOfDriver.hxx>

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