#include <StepShape_Array1OfValueQualifier.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | StepShape_Array1OfValueQualifier (const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT | StepShape_Array1OfValueQualifier (const StepShape_ValueQualifier &Item, const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT void | Init (const StepShape_ValueQualifier &V) |
Standard_EXPORT void | Destroy () |
~StepShape_Array1OfValueQualifier () | |
Standard_Boolean | IsAllocated () const |
Standard_EXPORT const StepShape_Array1OfValueQualifier & | Assign (const StepShape_Array1OfValueQualifier &Other) |
const StepShape_Array1OfValueQualifier & | operator= (const StepShape_Array1OfValueQualifier &Other) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const StepShape_ValueQualifier &Value) |
const StepShape_ValueQualifier & | Value (const Standard_Integer Index) const |
const StepShape_ValueQualifier & | operator() (const Standard_Integer Index) const |
StepShape_ValueQualifier & | ChangeValue (const Standard_Integer Index) |
StepShape_ValueQualifier & | operator() (const Standard_Integer Index) |
Private Member Functions | |
Standard_EXPORT | StepShape_Array1OfValueQualifier (const StepShape_Array1OfValueQualifier &AnArray) |
Private Attributes | |
Standard_Integer | myLowerBound |
Standard_Integer | myUpperBound |
Standard_Address | myStart |
Standard_Boolean | isAllocated |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|