Open CASCADE Technology
6.9.0
|
#include <Storage_PArray.hxx>
Public Member Functions | |
Storage_PArray (const Standard_Integer Low, const Standard_Integer Up) | |
Storage_PArray (const Handle< Standard_Persistent > &Item, const Standard_Integer Low, const Standard_Integer Up) | |
void | Init (const Handle< Standard_Persistent > &V) |
void | Destroy () |
~Storage_PArray () | |
Standard_Boolean | IsAllocated () const |
const Storage_PArray & | Assign (const Storage_PArray &Other) |
const Storage_PArray & | operator= (const Storage_PArray &Other) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const Handle< Standard_Persistent > &Value) |
const Handle < Standard_Persistent > & | Value (const Standard_Integer Index) const |
const Handle < Standard_Persistent > & | operator() (const Standard_Integer Index) const |
Handle< Standard_Persistent > & | ChangeValue (const Standard_Integer Index) |
Handle< Standard_Persistent > & | operator() (const Standard_Integer Index) |
Storage_PArray::Storage_PArray | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
Storage_PArray::Storage_PArray | ( | const Handle< Standard_Persistent > & | Item, |
const Standard_Integer | Low, | ||
const Standard_Integer | Up | ||
) |
|
inline |
const Storage_PArray& Storage_PArray::Assign | ( | const Storage_PArray & | Other | ) |
Handle< Standard_Persistent >& Storage_PArray::ChangeValue | ( | const Standard_Integer | Index | ) |
void Storage_PArray::Destroy | ( | ) |
void Storage_PArray::Init | ( | const Handle< Standard_Persistent > & | V | ) |
Standard_Boolean Storage_PArray::IsAllocated | ( | ) | const |
Standard_Integer Storage_PArray::Length | ( | ) | const |
Standard_Integer Storage_PArray::Lower | ( | ) | const |
|
inline |
|
inline |
|
inline |
void Storage_PArray::SetValue | ( | const Standard_Integer | Index, |
const Handle< Standard_Persistent > & | Value | ||
) |
Standard_Integer Storage_PArray::Upper | ( | ) | const |
const Handle< Standard_Persistent >& Storage_PArray::Value | ( | const Standard_Integer | Index | ) | const |