Open CASCADE Technology
6.5.4
|
#include <XmlMDF_MapOfDriver.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | 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) |
Standard_Address | Find1 (const TCollection_AsciiString &K) const |
Standard_Address | ChangeFind1 (const TCollection_AsciiString &K) |
DEFINE_STANDARD_ALLOC XmlMDF_MapOfDriver::XmlMDF_MapOfDriver | ( | const Standard_Integer | NbBuckets = 1 | ) |
XmlMDF_MapOfDriver::~XmlMDF_MapOfDriver | ( | ) | [inline] |
Standard_Boolean XmlMDF_MapOfDriver::Bind | ( | const TCollection_AsciiString & | K, |
const Handle< XmlMDF_ADriver > & | I | ||
) |
Handle_XmlMDF_ADriver& XmlMDF_MapOfDriver::ChangeFind | ( | const TCollection_AsciiString & | K | ) |
const Handle_XmlMDF_ADriver& XmlMDF_MapOfDriver::Find | ( | const TCollection_AsciiString & | K | ) | const |
const Handle_XmlMDF_ADriver& XmlMDF_MapOfDriver::operator() | ( | const TCollection_AsciiString & | K | ) | const [inline] |
Handle_XmlMDF_ADriver& XmlMDF_MapOfDriver::operator() | ( | const TCollection_AsciiString & | K | ) | [inline] |
XmlMDF_MapOfDriver& XmlMDF_MapOfDriver::operator= | ( | const XmlMDF_MapOfDriver & | Other | ) | [inline] |
void XmlMDF_MapOfDriver::ReSize | ( | const Standard_Integer | NbBuckets | ) |