|
Open CASCADE Technology 6.5.2
|
#include <BinMDF_TypeADriverMap.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BinMDF_TypeADriverMap (const Standard_Integer NbBuckets=1) | |
| BinMDF_TypeADriverMap & | Assign (const BinMDF_TypeADriverMap &Other) |
| BinMDF_TypeADriverMap & | operator= (const BinMDF_TypeADriverMap &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~BinMDF_TypeADriverMap () | |
| Standard_Boolean | Bind (const Handle< Standard_Type > &K, const Handle< BinMDF_ADriver > &I) |
| Standard_Boolean | IsBound (const Handle< Standard_Type > &K) const |
| Standard_Boolean | UnBind (const Handle< Standard_Type > &K) |
| const Handle_BinMDF_ADriver & | Find (const Handle< Standard_Type > &K) const |
| const Handle_BinMDF_ADriver & | operator() (const Handle< Standard_Type > &K) const |
| Handle_BinMDF_ADriver & | ChangeFind (const Handle< Standard_Type > &K) |
| Handle_BinMDF_ADriver & | operator() (const Handle< Standard_Type > &K) |
| Standard_Address | Find1 (const Handle< Standard_Type > &K) const |
| Standard_Address | ChangeFind1 (const Handle< Standard_Type > &K) |
| BinMDF_TypeADriverMap::BinMDF_TypeADriverMap | ( | const Standard_Integer | NbBuckets = 1 | ) |
| BinMDF_TypeADriverMap::~BinMDF_TypeADriverMap | ( | ) | [inline] |
| BinMDF_TypeADriverMap& BinMDF_TypeADriverMap::Assign | ( | const BinMDF_TypeADriverMap & | Other | ) |
| Standard_Boolean BinMDF_TypeADriverMap::Bind | ( | const Handle< Standard_Type > & | K, |
| const Handle< BinMDF_ADriver > & | I | ||
| ) |
| Handle_BinMDF_ADriver& BinMDF_TypeADriverMap::ChangeFind | ( | const Handle< Standard_Type > & | K | ) |
| Standard_Address BinMDF_TypeADriverMap::ChangeFind1 | ( | const Handle< Standard_Type > & | K | ) |
| void BinMDF_TypeADriverMap::Clear | ( | ) |
| const Handle_BinMDF_ADriver& BinMDF_TypeADriverMap::Find | ( | const Handle< Standard_Type > & | K | ) | const |
| Standard_Address BinMDF_TypeADriverMap::Find1 | ( | const Handle< Standard_Type > & | K | ) | const |
| Standard_Boolean BinMDF_TypeADriverMap::IsBound | ( | const Handle< Standard_Type > & | K | ) | const |
| void BinMDF_TypeADriverMap::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* BinMDF_TypeADriverMap::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* BinMDF_TypeADriverMap::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| Handle_BinMDF_ADriver& BinMDF_TypeADriverMap::operator() | ( | const Handle< Standard_Type > & | K | ) | [inline] |
| const Handle_BinMDF_ADriver& BinMDF_TypeADriverMap::operator() | ( | const Handle< Standard_Type > & | K | ) | const [inline] |
| BinMDF_TypeADriverMap& BinMDF_TypeADriverMap::operator= | ( | const BinMDF_TypeADriverMap & | Other | ) | [inline] |
| void BinMDF_TypeADriverMap::ReSize | ( | const Standard_Integer | NbBuckets | ) |
| Standard_Boolean BinMDF_TypeADriverMap::UnBind | ( | const Handle< Standard_Type > & | K | ) |
1.7.4