#include <Storage_HArrayOfSchema.hxx>
Inheritance diagram for Storage_HArrayOfSchema:
Public Member Functions | |
Standard_EXPORT | Storage_HArrayOfSchema (const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT | Storage_HArrayOfSchema (const Standard_Integer Low, const Standard_Integer Up, const Handle(Storage_Schema)&V) |
Standard_EXPORT void | Init (const Handle(Storage_Schema)&V) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const Handle(Storage_Schema)&Value) |
const Handle_Storage_Schema & | Value (const Standard_Integer Index) const |
Handle_Storage_Schema & | ChangeValue (const Standard_Integer Index) |
const Storage_ArrayOfSchema & | Array1 () const |
Storage_ArrayOfSchema & | ChangeArray1 () |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Storage_ArrayOfSchema | myArray |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from MMgt_TShared. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|