Open CASCADE Technology  6.9.1
Public Member Functions
Storage_ArrayOfSchema Class Reference

#include <Storage_ArrayOfSchema.hxx>

Public Member Functions

 Storage_ArrayOfSchema (const Standard_Integer Low, const Standard_Integer Up)
 
 Storage_ArrayOfSchema (const Handle< Storage_Schema > &Item, const Standard_Integer Low, const Standard_Integer Up)
 
void Init (const Handle< Storage_Schema > &V)
 
void Destroy ()
 
 ~Storage_ArrayOfSchema ()
 
Standard_Boolean IsAllocated () const
 
const Storage_ArrayOfSchemaAssign (const Storage_ArrayOfSchema &Other)
 
const Storage_ArrayOfSchemaoperator= (const Storage_ArrayOfSchema &Other)
 
Standard_Integer Length () const
 
Standard_Integer Lower () const
 
Standard_Integer Upper () const
 
void SetValue (const Standard_Integer Index, const Handle< Storage_Schema > &Value)
 
const Handle< Storage_Schema > & Value (const Standard_Integer Index) const
 
const Handle< Storage_Schema > & operator() (const Standard_Integer Index) const
 
Handle< Storage_Schema > & ChangeValue (const Standard_Integer Index)
 
Handle< Storage_Schema > & operator() (const Standard_Integer Index)
 

Constructor & Destructor Documentation

Storage_ArrayOfSchema::Storage_ArrayOfSchema ( const Standard_Integer  Low,
const Standard_Integer  Up 
)
Storage_ArrayOfSchema::Storage_ArrayOfSchema ( const Handle< Storage_Schema > &  Item,
const Standard_Integer  Low,
const Standard_Integer  Up 
)
Storage_ArrayOfSchema::~Storage_ArrayOfSchema ( )
inline

Member Function Documentation

const Storage_ArrayOfSchema& Storage_ArrayOfSchema::Assign ( const Storage_ArrayOfSchema Other)
Handle< Storage_Schema >& Storage_ArrayOfSchema::ChangeValue ( const Standard_Integer  Index)
void Storage_ArrayOfSchema::Destroy ( )
void Storage_ArrayOfSchema::Init ( const Handle< Storage_Schema > &  V)
Standard_Boolean Storage_ArrayOfSchema::IsAllocated ( ) const
Standard_Integer Storage_ArrayOfSchema::Length ( ) const
Standard_Integer Storage_ArrayOfSchema::Lower ( ) const
const Handle< Storage_Schema >& Storage_ArrayOfSchema::operator() ( const Standard_Integer  Index) const
inline
Handle< Storage_Schema >& Storage_ArrayOfSchema::operator() ( const Standard_Integer  Index)
inline
const Storage_ArrayOfSchema& Storage_ArrayOfSchema::operator= ( const Storage_ArrayOfSchema Other)
inline
void Storage_ArrayOfSchema::SetValue ( const Standard_Integer  Index,
const Handle< Storage_Schema > &  Value 
)
Standard_Integer Storage_ArrayOfSchema::Upper ( ) const
const Handle< Storage_Schema >& Storage_ArrayOfSchema::Value ( const Standard_Integer  Index) const

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