#include <GraphDS_EntityRoleMap.hxx>

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