Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
Storage_SeqOfPersistent Class Reference

#include <Storage_SeqOfPersistent.hxx>

Inheritance diagram for Storage_SeqOfPersistent:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC Storage_SeqOfPersistent ()
void Clear ()
 ~Storage_SeqOfPersistent ()
const Storage_SeqOfPersistentAssign (const Storage_SeqOfPersistent &Other)
const Storage_SeqOfPersistentoperator= (const Storage_SeqOfPersistent &Other)
void Append (const Handle< Standard_Persistent > &T)
void Append (Storage_SeqOfPersistent &S)
void Prepend (const Handle< Standard_Persistent > &T)
void Prepend (Storage_SeqOfPersistent &S)
void InsertBefore (const Standard_Integer Index, const Handle< Standard_Persistent > &T)
void InsertBefore (const Standard_Integer Index, Storage_SeqOfPersistent &S)
void InsertAfter (const Standard_Integer Index, const Handle< Standard_Persistent > &T)
void InsertAfter (const Standard_Integer Index, Storage_SeqOfPersistent &S)
const Handle_Standard_Persistent & First () const
const Handle_Standard_Persistent & Last () const
void Split (const Standard_Integer Index, Storage_SeqOfPersistent &Sub)
const Handle_Standard_Persistent & Value (const Standard_Integer Index) const
const Handle_Standard_Persistent & operator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const Handle< Standard_Persistent > &I)
Handle_Standard_Persistent & ChangeValue (const Standard_Integer Index)
Handle_Standard_Persistent & operator() (const Standard_Integer Index)
void Remove (const Standard_Integer Index)
void Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex)

Constructor & Destructor Documentation


Member Function Documentation

Handle_Standard_Persistent& Storage_SeqOfPersistent::ChangeValue ( const Standard_Integer  Index)
const Handle_Standard_Persistent& Storage_SeqOfPersistent::First ( ) const
const Handle_Standard_Persistent& Storage_SeqOfPersistent::Last ( ) const
const Handle_Standard_Persistent& Storage_SeqOfPersistent::operator() ( const Standard_Integer  Index) const [inline]
Handle_Standard_Persistent& Storage_SeqOfPersistent::operator() ( const Standard_Integer  Index) [inline]
const Storage_SeqOfPersistent& Storage_SeqOfPersistent::operator= ( const Storage_SeqOfPersistent Other) [inline]
const Handle_Standard_Persistent& Storage_SeqOfPersistent::Value ( const Standard_Integer  Index) const

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