#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) |
Standard_EXPORT | Draw_MapOfFunctions (const Standard_Integer NbBuckets=1) |
Standard_EXPORT Draw_MapOfFunctions & | Assign (const Draw_MapOfFunctions &Other) |
Draw_MapOfFunctions & | operator= (const Draw_MapOfFunctions &Other) |
Standard_EXPORT void | ReSize (const Standard_Integer NbBuckets) |
Standard_EXPORT void | Clear () |
~Draw_MapOfFunctions () | |
Standard_EXPORT Standard_Boolean | Bind (const TCollection_AsciiString &K, const OSD_Function &I) |
Standard_EXPORT Standard_Boolean | IsBound (const TCollection_AsciiString &K) const |
Standard_EXPORT Standard_Boolean | UnBind (const TCollection_AsciiString &K) |
Standard_EXPORT const OSD_Function & | Find (const TCollection_AsciiString &K) const |
const OSD_Function & | operator() (const TCollection_AsciiString &K) const |
Standard_EXPORT OSD_Function & | ChangeFind (const TCollection_AsciiString &K) |
OSD_Function & | operator() (const TCollection_AsciiString &K) |
Private Member Functions | |
Standard_EXPORT | Draw_MapOfFunctions (const Draw_MapOfFunctions &Other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|