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

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