Open CASCADE Technology  7.9.3
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
StdLPersistent_HArray1::instance< ArrayClass > Class Template Reference

#include <StdLPersistent_HArray1.hxx>

Inheritance diagram for StdLPersistent_HArray1::instance< ArrayClass >:
Inheritance graph
[legend]

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. More...
 

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. More...
 
virtual Standard_CString PName () const
 Returns persistent type name. More...
 
Standard_CString PNameT () const
 
void PChildrenT (StdObjMgt_Persistent::SequenceOfPersistent &) const
 
template<>
Standard_CString PNameT () const
 
template<>
Standard_CString PNameT () const
 
template<>
Standard_CString PNameT () const
 
template<>
void PChildrenT (StdObjMgt_Persistent::SequenceOfPersistent &theChildren) const
 

Protected Attributes

Handle< ArrayClass > myArray
 

Member Typedef Documentation

template<class ArrayClass >
typedef Handle< ArrayClass > StdLPersistent_HArray1::instance< ArrayClass >::ArrayHandle
template<class ArrayClass >
typedef ArrayClass::Iterator StdLPersistent_HArray1::instance< ArrayClass >::Iterator
template<class ArrayClass >
typedef ArrayClass::value_type StdLPersistent_HArray1::instance< ArrayClass >::ValueType

Member Function Documentation

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

Get the array.

template<class ArrayClass >
virtual void StdLPersistent_HArray1::instance< ArrayClass >::createArray ( const Standard_Integer  theLowerBound,
const Standard_Integer  theUpperBound 
)
inlineprotectedvirtual
template<class ArrayClass >
virtual Standard_Integer StdLPersistent_HArray1::instance< ArrayClass >::lowerBound ( ) const
inlineprotectedvirtual
template<class ArrayClass >
virtual void StdLPersistent_HArray1::instance< ArrayClass >::PChildren ( StdObjMgt_Persistent::SequenceOfPersistent ) const
inlineprotectedvirtual

Gets persistent child objects.

Implements StdObjMgt_Persistent.

template<class ArrayClass >
void StdLPersistent_HArray1::instance< ArrayClass >::PChildrenT ( StdObjMgt_Persistent::SequenceOfPersistent ) const
inlineprotected
template<>
void StdLPersistent_HArray1::instance< StdLPersistent_HArray1OfPersistent >::PChildrenT ( StdObjMgt_Persistent::SequenceOfPersistent theChildren) const
inlineprotected
template<class ArrayClass >
virtual Standard_CString StdLPersistent_HArray1::instance< ArrayClass >::PName ( ) const
inlineprotectedvirtual

Returns persistent type name.

Implements StdObjMgt_Persistent.

Reimplemented in StdLPersistent_HArray1::named_instance< ArrayClass >.

template<class ArrayClass >
Standard_CString StdLPersistent_HArray1::instance< ArrayClass >::PNameT ( ) const
inlineprotected
template<>
Standard_CString StdLPersistent_HArray1::instance< TColStd_HArray1OfInteger >::PNameT ( ) const
inlineprotected
template<>
Standard_CString StdLPersistent_HArray1::instance< TColStd_HArray1OfReal >::PNameT ( ) const
inlineprotected
template<>
Standard_CString StdLPersistent_HArray1::instance< TColStd_HArray1OfByte >::PNameT ( ) const
inlineprotected
template<class ArrayClass >
virtual void StdLPersistent_HArray1::instance< ArrayClass >::readValue ( StdObjMgt_ReadData theReadData,
const Standard_Integer  theIndex 
)
inlineprotectedvirtual
template<class ArrayClass >
virtual Standard_Integer StdLPersistent_HArray1::instance< ArrayClass >::upperBound ( ) const
inlineprotectedvirtual
template<class ArrayClass >
virtual void StdLPersistent_HArray1::instance< ArrayClass >::writeValue ( StdObjMgt_WriteData theWriteData,
const Standard_Integer  theIndex 
) const
inlineprotectedvirtual

Field Documentation

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

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