Open CASCADE Technology
6.5.4
|
#include <Storage_HArrayOfSchema.hxx>
Public Member Functions | |
Storage_HArrayOfSchema (const Standard_Integer Low, const Standard_Integer Up) | |
Storage_HArrayOfSchema (const Standard_Integer Low, const Standard_Integer Up, const Handle< Storage_Schema > &V) | |
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 () |
Storage_HArrayOfSchema::Storage_HArrayOfSchema | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
Storage_HArrayOfSchema::Storage_HArrayOfSchema | ( | const Standard_Integer | Low, |
const Standard_Integer | Up, | ||
const Handle< Storage_Schema > & | V | ||
) |
Handle_Storage_Schema& Storage_HArrayOfSchema::ChangeValue | ( | const Standard_Integer | Index | ) |
void Storage_HArrayOfSchema::SetValue | ( | const Standard_Integer | Index, |
const Handle< Storage_Schema > & | Value | ||
) |
const Handle_Storage_Schema& Storage_HArrayOfSchema::Value | ( | const Standard_Integer | Index | ) | const |