Open CASCADE Technology
6.5.4
|
#include <TColStd_IndexedMapOfTransient.hxx>
DEFINE_STANDARD_ALLOC TColStd_IndexedMapOfTransient::TColStd_IndexedMapOfTransient | ( | const Standard_Integer | NbBuckets = 1 | ) |
TColStd_IndexedMapOfTransient& TColStd_IndexedMapOfTransient::Assign | ( | const TColStd_IndexedMapOfTransient & | Other | ) |
Standard_Boolean TColStd_IndexedMapOfTransient::Contains | ( | const Handle< Standard_Transient > & | K | ) | const |
Standard_Integer TColStd_IndexedMapOfTransient::FindIndex | ( | const Handle< Standard_Transient > & | K | ) | const |
const Handle_Standard_Transient& TColStd_IndexedMapOfTransient::FindKey | ( | const Standard_Integer | I | ) | const |
const Handle_Standard_Transient& TColStd_IndexedMapOfTransient::operator() | ( | const Standard_Integer | I | ) | const [inline] |
TColStd_IndexedMapOfTransient& TColStd_IndexedMapOfTransient::operator= | ( | const TColStd_IndexedMapOfTransient & | Other | ) | [inline] |
void TColStd_IndexedMapOfTransient::ReSize | ( | const Standard_Integer | NbBuckets | ) |
void TColStd_IndexedMapOfTransient::Substitute | ( | const Standard_Integer | I, |
const Handle< Standard_Transient > & | K | ||
) |