#include <TColStd_IndexedMapOfInteger.hxx>
Inheritance diagram for TColStd_IndexedMapOfInteger:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | TColStd_IndexedMapOfInteger (const Standard_Integer NbBuckets=1) |
Standard_EXPORT TColStd_IndexedMapOfInteger & | Assign (const TColStd_IndexedMapOfInteger &Other) |
TColStd_IndexedMapOfInteger & | operator= (const TColStd_IndexedMapOfInteger &Other) |
Standard_EXPORT void | ReSize (const Standard_Integer NbBuckets) |
Standard_EXPORT void | Clear () |
~TColStd_IndexedMapOfInteger () | |
Standard_EXPORT Standard_Integer | Add (const Standard_Integer &K) |
Standard_EXPORT void | Substitute (const Standard_Integer I, const Standard_Integer &K) |
Standard_EXPORT void | RemoveLast () |
Standard_EXPORT Standard_Boolean | Contains (const Standard_Integer &K) const |
Standard_EXPORT const Standard_Integer & | FindKey (const Standard_Integer I) const |
const Standard_Integer & | operator() (const Standard_Integer I) const |
Standard_EXPORT Standard_Integer | FindIndex (const Standard_Integer &K) const |
Private Member Functions | |
Standard_EXPORT | TColStd_IndexedMapOfInteger (const TColStd_IndexedMapOfInteger &Other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TCollection_BasicMap. |
|
Reimplemented from TCollection_BasicMap. |
|
Reimplemented from TCollection_BasicMap. |
|
|
|
|
|
|
|
|
|
|