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

Public Member Functions | |
| const char * | PName () const override |
| Returns persistent type name. | |
Public Member Functions inherited from StdLPersistent_HArray1::instance< ArrayClass > | |
| const occ::handle< ArrayClass > & | Array () const |
| Get the array. | |
Protected Member Functions | |
| named_instance (const char *thePName) | |
Protected Member Functions inherited from StdLPersistent_HArray1::instance< ArrayClass > | |
| 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 * | 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 | |
| const char * | myPName |
Protected Attributes inherited from StdLPersistent_HArray1::instance< ArrayClass > | |
| occ::handle< ArrayClass > | myArray |
Additional Inherited Members | |
Public Types inherited from StdLPersistent_HArray1::instance< ArrayClass > | |
| typedef occ::handle< ArrayClass > | ArrayHandle |
| typedef ArrayClass::value_type | ValueType |
| typedef ArrayClass::Iterator | Iterator |
|
inlineprotected |
|
inlineoverridevirtual |
Returns persistent type name.
Reimplemented from StdLPersistent_HArray1::instance< ArrayClass >.
|
protected |