|
Open CASCADE Technology
6.5.4
|
#include <Storage_ArrayOfSchema.hxx>
Public Member Functions | |
| DEFINE_STANDARD_ALLOC | Storage_ArrayOfSchema (const Standard_Integer Low, const Standard_Integer Up) |
| Storage_ArrayOfSchema (const Handle< Storage_Schema > &Item, const Standard_Integer Low, const Standard_Integer Up) | |
| void | Init (const Handle< Storage_Schema > &V) |
| void | Destroy () |
| ~Storage_ArrayOfSchema () | |
| Standard_Boolean | IsAllocated () const |
| const Storage_ArrayOfSchema & | Assign (const Storage_ArrayOfSchema &Other) |
| const Storage_ArrayOfSchema & | operator= (const Storage_ArrayOfSchema &Other) |
| 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 |
| const Handle_Storage_Schema & | operator() (const Standard_Integer Index) const |
| Handle_Storage_Schema & | ChangeValue (const Standard_Integer Index) |
| Handle_Storage_Schema & | operator() (const Standard_Integer Index) |
| DEFINE_STANDARD_ALLOC Storage_ArrayOfSchema::Storage_ArrayOfSchema | ( | const Standard_Integer | Low, |
| const Standard_Integer | Up | ||
| ) |
| Storage_ArrayOfSchema::Storage_ArrayOfSchema | ( | const Handle< Storage_Schema > & | Item, |
| const Standard_Integer | Low, | ||
| const Standard_Integer | Up | ||
| ) |
| Storage_ArrayOfSchema::~Storage_ArrayOfSchema | ( | ) | [inline] |
| Handle_Storage_Schema& Storage_ArrayOfSchema::ChangeValue | ( | const Standard_Integer | Index | ) |
| void Storage_ArrayOfSchema::Init | ( | const Handle< Storage_Schema > & | V | ) |
| Standard_Integer Storage_ArrayOfSchema::Lower | ( | ) | const |
| const Handle_Storage_Schema& Storage_ArrayOfSchema::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| Handle_Storage_Schema& Storage_ArrayOfSchema::operator() | ( | const Standard_Integer | Index | ) | [inline] |
| const Storage_ArrayOfSchema& Storage_ArrayOfSchema::operator= | ( | const Storage_ArrayOfSchema & | Other | ) | [inline] |
| void Storage_ArrayOfSchema::SetValue | ( | const Standard_Integer | Index, |
| const Handle< Storage_Schema > & | Value | ||
| ) |
| Standard_Integer Storage_ArrayOfSchema::Upper | ( | ) | const |
| const Handle_Storage_Schema& Storage_ArrayOfSchema::Value | ( | const Standard_Integer | Index | ) | const |
1.8.0