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