#include <Draw_MapOfFunctions.hxx>

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