Open CASCADE Technology 6.6.0
|
#include <AIS_DataMapofIntegerListOfinteractive.hxx>
Public Member Functions | |
AIS_DataMapofIntegerListOfinteractive (const Standard_Integer NbBuckets=1) | |
AIS_DataMapofIntegerListOfinteractive & | Assign (const AIS_DataMapofIntegerListOfinteractive &Other) |
AIS_DataMapofIntegerListOfinteractive & | operator= (const AIS_DataMapofIntegerListOfinteractive &Other) |
void | ReSize (const Standard_Integer NbBuckets) |
void | Clear () |
~AIS_DataMapofIntegerListOfinteractive () | |
Standard_Boolean | Bind (const Standard_Integer &K, const AIS_ListOfInteractive &I) |
Standard_Boolean | IsBound (const Standard_Integer &K) const |
Standard_Boolean | UnBind (const Standard_Integer &K) |
const AIS_ListOfInteractive & | Find (const Standard_Integer &K) const |
const AIS_ListOfInteractive & | operator() (const Standard_Integer &K) const |
AIS_ListOfInteractive & | ChangeFind (const Standard_Integer &K) |
AIS_ListOfInteractive & | operator() (const Standard_Integer &K) |
Standard_Address | Find1 (const Standard_Integer &K) const |
Standard_Address | ChangeFind1 (const Standard_Integer &K) |
AIS_DataMapofIntegerListOfinteractive::AIS_DataMapofIntegerListOfinteractive | ( | const Standard_Integer | NbBuckets = 1 | ) |
AIS_DataMapofIntegerListOfinteractive::~AIS_DataMapofIntegerListOfinteractive | ( | ) | [inline] |
AIS_DataMapofIntegerListOfinteractive& AIS_DataMapofIntegerListOfinteractive::Assign | ( | const AIS_DataMapofIntegerListOfinteractive & | Other | ) |
Standard_Boolean AIS_DataMapofIntegerListOfinteractive::Bind | ( | const Standard_Integer & | K, |
const AIS_ListOfInteractive & | I | ||
) |
AIS_ListOfInteractive& AIS_DataMapofIntegerListOfinteractive::ChangeFind | ( | const Standard_Integer & | K | ) |
Standard_Address AIS_DataMapofIntegerListOfinteractive::ChangeFind1 | ( | const Standard_Integer & | K | ) |
void AIS_DataMapofIntegerListOfinteractive::Clear | ( | ) |
const AIS_ListOfInteractive& AIS_DataMapofIntegerListOfinteractive::Find | ( | const Standard_Integer & | K | ) | const |
Standard_Address AIS_DataMapofIntegerListOfinteractive::Find1 | ( | const Standard_Integer & | K | ) | const |
Standard_Boolean AIS_DataMapofIntegerListOfinteractive::IsBound | ( | const Standard_Integer & | K | ) | const |
const AIS_ListOfInteractive& AIS_DataMapofIntegerListOfinteractive::operator() | ( | const Standard_Integer & | K | ) | const [inline] |
AIS_ListOfInteractive& AIS_DataMapofIntegerListOfinteractive::operator() | ( | const Standard_Integer & | K | ) | [inline] |
AIS_DataMapofIntegerListOfinteractive& AIS_DataMapofIntegerListOfinteractive::operator= | ( | const AIS_DataMapofIntegerListOfinteractive & | Other | ) | [inline] |
void AIS_DataMapofIntegerListOfinteractive::ReSize | ( | const Standard_Integer | NbBuckets | ) |
Standard_Boolean AIS_DataMapofIntegerListOfinteractive::UnBind | ( | const Standard_Integer & | K | ) |