Open CASCADE Technology 7.9.0
StdLPersistent_HArray2::instance< ArrayClass > Class Template Reference

#include <StdLPersistent_HArray2.hxx>

Inheritance diagram for StdLPersistent_HArray2::instance< ArrayClass >:

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
 

Member Typedef Documentation

◆ ArrayHandle

template<class ArrayClass>
typedef Handle< ArrayClass > StdLPersistent_HArray2::instance< ArrayClass >::ArrayHandle

Member Function Documentation

◆ Array()

template<class ArrayClass>
const Handle< ArrayClass > & StdLPersistent_HArray2::instance< ArrayClass >::Array ( ) const
inline

Get the array.

◆ createArray()

template<class ArrayClass>
virtual void StdLPersistent_HArray2::instance< ArrayClass >::createArray ( const Standard_Integer theLowerRow,
const Standard_Integer theLowerCol,
const Standard_Integer theUpperRow,
const Standard_Integer theUpperCol )
inlineprotectedvirtual

◆ lowerBound()

template<class ArrayClass>
virtual void StdLPersistent_HArray2::instance< ArrayClass >::lowerBound ( Standard_Integer & theRow,
Standard_Integer & theCol ) const
inlineprotectedvirtual

◆ PChildren()

template<class ArrayClass>
virtual void StdLPersistent_HArray2::instance< ArrayClass >::PChildren ( StdObjMgt_Persistent::SequenceOfPersistent & ) const
inlineprotectedvirtual

Gets persistent child objects.

Implements StdObjMgt_Persistent.

◆ PChildrenT() [1/2]

template<class ArrayClass>
void StdLPersistent_HArray2::instance< ArrayClass >::PChildrenT ( StdObjMgt_Persistent::SequenceOfPersistent & ) const
inlineprotected

◆ PChildrenT() [2/2]

void StdLPersistent_HArray2::instance< StdLPersistent_HArray2OfPersistent >::PChildrenT ( StdObjMgt_Persistent::SequenceOfPersistent & theChildren) const
inlineprotected

◆ PName()

template<class ArrayClass>
virtual Standard_CString StdLPersistent_HArray2::instance< ArrayClass >::PName ( ) const
inlineprotectedvirtual

Returns persistent type name.

Implements StdObjMgt_Persistent.

Reimplemented in StdLPersistent_HArray2::named_instance< ArrayClass >.

◆ PNameT() [1/3]

template<class ArrayClass>
Standard_CString StdLPersistent_HArray2::instance< ArrayClass >::PNameT ( ) const
inlineprotected

◆ PNameT() [2/3]

Standard_CString StdLPersistent_HArray2::instance< TColStd_HArray2OfInteger >::PNameT ( ) const
inlineprotected

◆ PNameT() [3/3]

Standard_CString StdLPersistent_HArray2::instance< TColStd_HArray2OfReal >::PNameT ( ) const
inlineprotected

◆ readValue()

template<class ArrayClass>
virtual void StdLPersistent_HArray2::instance< ArrayClass >::readValue ( StdObjMgt_ReadData & theReadData,
const Standard_Integer theRow,
const Standard_Integer theCol )
inlineprotectedvirtual

◆ upperBound()

template<class ArrayClass>
virtual void StdLPersistent_HArray2::instance< ArrayClass >::upperBound ( Standard_Integer & theRow,
Standard_Integer & theCol ) const
inlineprotectedvirtual

◆ writeValue()

template<class ArrayClass>
virtual void StdLPersistent_HArray2::instance< ArrayClass >::writeValue ( StdObjMgt_WriteData & theWriteData,
const Standard_Integer theRow,
const Standard_Integer theCol ) const
inlineprotectedvirtual

Field Documentation

◆ myArray

template<class ArrayClass>
Handle< ArrayClass > StdLPersistent_HArray2::instance< ArrayClass >::myArray
protected

The documentation for this class was generated from the following file: