#include <EDL_MapOfFile.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | EDL_MapOfFile (const Standard_Integer NbBuckets=1) |
Standard_EXPORT EDL_MapOfFile & | Assign (const EDL_MapOfFile &Other) |
EDL_MapOfFile & | operator= (const EDL_MapOfFile &Other) |
Standard_EXPORT void | ReSize (const Standard_Integer NbBuckets) |
Standard_EXPORT void | Clear () |
~EDL_MapOfFile () | |
Standard_EXPORT Standard_Boolean | Bind (const TCollection_AsciiString &K, const EDL_File &I) |
Standard_EXPORT Standard_Boolean | IsBound (const TCollection_AsciiString &K) const |
Standard_EXPORT Standard_Boolean | UnBind (const TCollection_AsciiString &K) |
Standard_EXPORT const EDL_File & | Find (const TCollection_AsciiString &K) const |
const EDL_File & | operator() (const TCollection_AsciiString &K) const |
Standard_EXPORT EDL_File & | ChangeFind (const TCollection_AsciiString &K) |
EDL_File & | operator() (const TCollection_AsciiString &K) |
Private Member Functions | |
Standard_EXPORT | EDL_MapOfFile (const EDL_MapOfFile &Other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|