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