Open CASCADE Technology
6.9.1
|
#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) More... | |
Standard_Boolean | IsEmpty () const |
Returns true if the internal container is empty. More... | |
Standard_Integer | Upper () const |
Returns an upper bound of the internal container. More... | |
Standard_Integer | Lower () const |
Returns a lower bound of the internal container. More... | |
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) |
Public Member Functions inherited from PDF_Attribute | |
PDF_Attribute (const Storage_stCONSTclCOM &a) | |
PDF_Attribute () | |
Public Member Functions inherited from Standard_Persistent | |
virtual Handle_Standard_Persistent | This () const |
virtual void | Delete () const |
virtual | ~Standard_Persistent () |
Standard_Persistent & | operator= (const Standard_Persistent &) |
Standard_Persistent () | |
Standard_Persistent (const Standard_Persistent &) | |
Standard_Persistent (const Storage_stCONSTclCOM &) | |
virtual const Handle_Standard_Type & | DynamicType () const |
Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
virtual Handle_Standard_Persistent | This () const |
virtual void | Delete () const |
virtual | ~Standard_Persistent () |
Standard_Persistent & | operator= (const Standard_Persistent &) |
Standard_Persistent () | |
Standard_Persistent (const Standard_Persistent &) | |
Standard_Persistent (const Storage_stCONSTclCOM &) | |
virtual const Handle_Standard_Type & | DynamicType () const |
Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
PDataStd_IntPackedMap::PDataStd_IntPackedMap | ( | ) |
|
inline |
|
inline |
|
inline |
Standard_Integer PDataStd_IntPackedMap::GetValue | ( | const Standard_Integer | theIndex | ) | const |
void PDataStd_IntPackedMap::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 PDataStd_IntPackedMap::IsEmpty | ( | ) | const |
Returns true if the internal container is empty.
Standard_Integer PDataStd_IntPackedMap::Lower | ( | ) | const |
Returns a lower bound of the internal container.
void PDataStd_IntPackedMap::SetValue | ( | const Standard_Integer | theIndex, |
const Standard_Integer | theValue | ||
) |
Standard_Integer PDataStd_IntPackedMap::Upper | ( | ) | const |
Returns an upper bound of the internal container.