Open CASCADE Technology 6.6.0
|
#include <TopLoc_MapOfLocation.hxx>
Public Member Functions | |
TopLoc_MapOfLocation (const Standard_Integer NbBuckets=1) | |
TopLoc_MapOfLocation & | Assign (const TopLoc_MapOfLocation &Other) |
TopLoc_MapOfLocation & | operator= (const TopLoc_MapOfLocation &Other) |
void | ReSize (const Standard_Integer NbBuckets) |
void | Clear () |
~TopLoc_MapOfLocation () | |
Standard_Boolean | Add (const TopLoc_Location &aKey) |
Standard_Boolean | Contains (const TopLoc_Location &aKey) const |
Standard_Boolean | Remove (const TopLoc_Location &aKey) |
TopLoc_MapOfLocation::TopLoc_MapOfLocation | ( | const Standard_Integer | NbBuckets = 1 | ) |
TopLoc_MapOfLocation::~TopLoc_MapOfLocation | ( | ) | [inline] |
Standard_Boolean TopLoc_MapOfLocation::Add | ( | const TopLoc_Location & | aKey | ) |
TopLoc_MapOfLocation& TopLoc_MapOfLocation::Assign | ( | const TopLoc_MapOfLocation & | Other | ) |
void TopLoc_MapOfLocation::Clear | ( | ) |
Standard_Boolean TopLoc_MapOfLocation::Contains | ( | const TopLoc_Location & | aKey | ) | const |
TopLoc_MapOfLocation& TopLoc_MapOfLocation::operator= | ( | const TopLoc_MapOfLocation & | Other | ) | [inline] |
Standard_Boolean TopLoc_MapOfLocation::Remove | ( | const TopLoc_Location & | aKey | ) |
void TopLoc_MapOfLocation::ReSize | ( | const Standard_Integer | NbBuckets | ) |