Open CASCADE Technology
6.5.4
|
#include <PDataStd_IntPackedMap.hxx>
Public Member Functions | |
PDataStd_IntPackedMap () | |
void | Init (const Standard_Integer theLow, const Standard_Integer theUp) |
Inits the internal container if (upper - lower) == 0 and (upper | lower) == 0, the corresponding array is empty (not requested) | |
Standard_Boolean | IsEmpty () const |
Returns true if the internal container is empty | |
Standard_Integer | Upper () const |
Returns an upper bound of the internal container | |
Standard_Integer | Lower () const |
Returns a lower bound of the internal container | |
Standard_Integer | GetValue (const Standard_Integer theIndex) const |
void | SetValue (const Standard_Integer theIndex, const Standard_Integer theValue) |
PDataStd_IntPackedMap (const Storage_stCONSTclCOM &a) | |
Handle< PColStd_HArray1OfInteger > | _CSFDB_GetPDataStd_IntPackedMapmyIntValues () const |
void | _CSFDB_SetPDataStd_IntPackedMapmyIntValues (const Handle< PColStd_HArray1OfInteger > &p) |
PDataStd_IntPackedMap::PDataStd_IntPackedMap | ( | const Storage_stCONSTclCOM & | a | ) | [inline] |
Handle< PColStd_HArray1OfInteger > PDataStd_IntPackedMap::_CSFDB_GetPDataStd_IntPackedMapmyIntValues | ( | ) | const [inline] |
void PDataStd_IntPackedMap::_CSFDB_SetPDataStd_IntPackedMapmyIntValues | ( | const Handle< PColStd_HArray1OfInteger > & | p | ) | [inline] |
Standard_Integer PDataStd_IntPackedMap::GetValue | ( | const Standard_Integer | theIndex | ) | const |
void PDataStd_IntPackedMap::Init | ( | const Standard_Integer | theLow, |
const Standard_Integer | theUp | ||
) |
Standard_Integer PDataStd_IntPackedMap::Lower | ( | ) | const |
void PDataStd_IntPackedMap::SetValue | ( | const Standard_Integer | theIndex, |
const Standard_Integer | theValue | ||
) |
Standard_Integer PDataStd_IntPackedMap::Upper | ( | ) | const |