|
Public Member Functions |
Standard_EXPORT | PDataStd_IntPackedMap () |
Standard_EXPORT 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_EXPORT Standard_Boolean | IsEmpty () const |
| Returns true if the internal container is empty
.
|
Standard_EXPORT Standard_Integer | Upper () const |
| Returns an upper bound of the internal container
.
|
Standard_EXPORT Standard_Integer | Lower () const |
| Returns a lower bound of the internal container
.
|
Standard_EXPORT Standard_Integer | GetValue (const Standard_Integer theIndex) const |
Standard_EXPORT 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) |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
Handle_PColStd_HArray1OfInteger | myIntValues |