Open CASCADE Technology
6.9.1
|
#include <PDataStd_IntPackedMap_1.hxx>
Public Member Functions | |
PDataStd_IntPackedMap_1 () | |
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) |
void | SetDelta (const Standard_Boolean delta) |
Standard_Boolean | GetDelta () const |
PDataStd_IntPackedMap_1 (const Storage_stCONSTclCOM &a) | |
Handle< PColStd_HArray1OfInteger > | _CSFDB_GetPDataStd_IntPackedMap_1myIntValues () const |
void | _CSFDB_SetPDataStd_IntPackedMap_1myIntValues (const Handle< PColStd_HArray1OfInteger > &p) |
Standard_Boolean | _CSFDB_GetPDataStd_IntPackedMap_1myDelta () const |
void | _CSFDB_SetPDataStd_IntPackedMap_1myDelta (const Standard_Boolean 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_1::PDataStd_IntPackedMap_1 | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Standard_Boolean PDataStd_IntPackedMap_1::GetDelta | ( | ) | const |
Standard_Integer PDataStd_IntPackedMap_1::GetValue | ( | const Standard_Integer | theIndex | ) | const |
void PDataStd_IntPackedMap_1::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_1::IsEmpty | ( | ) | const |
Returns true if the internal container is empty.
Standard_Integer PDataStd_IntPackedMap_1::Lower | ( | ) | const |
Returns a lower bound of the internal container.
void PDataStd_IntPackedMap_1::SetDelta | ( | const Standard_Boolean | delta | ) |
void PDataStd_IntPackedMap_1::SetValue | ( | const Standard_Integer | theIndex, |
const Standard_Integer | theValue | ||
) |
Standard_Integer PDataStd_IntPackedMap_1::Upper | ( | ) | const |
Returns an upper bound of the internal container.