![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <StdLPersistent_HArray1.hxx>

Public Types | |
| typedef occ::handle< ArrayClass > | ArrayHandle |
| typedef ArrayClass::value_type | ValueType |
| typedef ArrayClass::Iterator | Iterator |
Public Member Functions | |
| const occ::handle< ArrayClass > & | Array () const |
| Get the array. | |
Protected Member Functions | |
| int | lowerBound () const override |
| int | upperBound () const override |
| void | createArray (const int theLowerBound, const int theUpperBound) override |
| void | readValue (StdObjMgt_ReadData &theReadData, const int theIndex) override |
| void | writeValue (StdObjMgt_WriteData &theWriteData, const int theIndex) const override |
| void | PChildren (StdObjMgt_Persistent::SequenceOfPersistent &theChildren) const override |
| Gets persistent child objects. | |
| const char * | PName () const override |
| Returns persistent type name. | |
| const char * | PNameT () const |
| void | PChildrenT (StdObjMgt_Persistent::SequenceOfPersistent &) const |
| const char * | PNameT () const |
| const char * | PNameT () const |
| const char * | PNameT () const |
| void | PChildrenT (StdObjMgt_Persistent::SequenceOfPersistent &theChildren) const |
Protected Attributes | |
| occ::handle< ArrayClass > | myArray |
| typedef occ::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.
|
inlineoverrideprotected |
|
inlineoverrideprotected |
|
inlineoverrideprotectedvirtual |
Gets persistent child objects.
Implements StdObjMgt_Persistent.
|
inlineprotected |
|
inlineprotected |
|
inlineoverrideprotectedvirtual |
Returns persistent type name.
Implements StdObjMgt_Persistent.
Reimplemented in StdLPersistent_HArray1::named_instance< ArrayClass >.
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineoverrideprotected |
|
inlineoverrideprotected |
|
inlineoverrideprotected |
|
protected |