#include <StdLPersistent_HArray1.hxx>

Public Types | |
| typedef Handle< ArrayClass > | ArrayHandle |
| typedef ArrayClass::value_type | ValueType |
| typedef ArrayClass::Iterator | Iterator |
Public Member Functions | |
| const Handle< ArrayClass > & | Array () const |
| Get the array. | |
Protected Member Functions | |
| virtual Standard_Integer | lowerBound () const |
| virtual Standard_Integer | upperBound () const |
| virtual void | createArray (const Standard_Integer theLowerBound, const Standard_Integer theUpperBound) |
| virtual void | readValue (StdObjMgt_ReadData &theReadData, const Standard_Integer theIndex) |
| virtual void | writeValue (StdObjMgt_WriteData &theWriteData, const Standard_Integer theIndex) const |
| virtual void | PChildren (StdObjMgt_Persistent::SequenceOfPersistent &theChildren) const |
| Gets persistent child objects. | |
| virtual Standard_CString | PName () const |
| Returns persistent type name. | |
| Standard_CString | PNameT () const |
| void | PChildrenT (StdObjMgt_Persistent::SequenceOfPersistent &) const |
| Standard_CString | PNameT () const |
| Standard_CString | PNameT () const |
| Standard_CString | PNameT () const |
| void | PChildrenT (StdObjMgt_Persistent::SequenceOfPersistent &theChildren) const |
Protected Attributes | |
| Handle< ArrayClass > | myArray |
| typedef Handle< ArrayClass > StdLPersistent_HArray1::instance< ArrayClass >::ArrayHandle |
| typedef ArrayClass::Iterator StdLPersistent_HArray1::instance< ArrayClass >::Iterator |
| typedef ArrayClass::value_type StdLPersistent_HArray1::instance< ArrayClass >::ValueType |
|
inline |
Get the array.
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
Gets persistent child objects.
Implements StdObjMgt_Persistent.
|
inlineprotected |
|
inlineprotected |
|
inlineprotectedvirtual |
Returns persistent type name.
Implements StdObjMgt_Persistent.
Reimplemented in StdLPersistent_HArray1::named_instance< ArrayClass >.
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
protected |