Open CASCADE Technology 7.9.0
|
#include <StdLPersistent_HArray2.hxx>
Public Types | |
typedef Handle< ArrayClass > | ArrayHandle |
Public Member Functions | |
const Handle< ArrayClass > & | Array () const |
Get the array. | |
Protected Member Functions | |
virtual void | lowerBound (Standard_Integer &theRow, Standard_Integer &theCol) const |
virtual void | upperBound (Standard_Integer &theRow, Standard_Integer &theCol) const |
virtual void | createArray (const Standard_Integer theLowerRow, const Standard_Integer theLowerCol, const Standard_Integer theUpperRow, const Standard_Integer theUpperCol) |
virtual void | readValue (StdObjMgt_ReadData &theReadData, const Standard_Integer theRow, const Standard_Integer theCol) |
virtual void | writeValue (StdObjMgt_WriteData &theWriteData, const Standard_Integer theRow, const Standard_Integer theCol) 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 |
void | PChildrenT (StdObjMgt_Persistent::SequenceOfPersistent &theChildren) const |
Protected Attributes | |
Handle< ArrayClass > | myArray |
typedef Handle< ArrayClass > StdLPersistent_HArray2::instance< ArrayClass >::ArrayHandle |
|
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_HArray2::named_instance< ArrayClass >.
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
protected |