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

#include <Storage_SeqOfRoot.hxx>

Inheritance diagram for Storage_SeqOfRoot:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC Storage_SeqOfRoot ()
void Clear ()
 ~Storage_SeqOfRoot ()
const Storage_SeqOfRootAssign (const Storage_SeqOfRoot &Other)
const Storage_SeqOfRootoperator= (const Storage_SeqOfRoot &Other)
void Append (const Handle< Storage_Root > &T)
void Append (Storage_SeqOfRoot &S)
void Prepend (const Handle< Storage_Root > &T)
void Prepend (Storage_SeqOfRoot &S)
void InsertBefore (const Standard_Integer Index, const Handle< Storage_Root > &T)
void InsertBefore (const Standard_Integer Index, Storage_SeqOfRoot &S)
void InsertAfter (const Standard_Integer Index, const Handle< Storage_Root > &T)
void InsertAfter (const Standard_Integer Index, Storage_SeqOfRoot &S)
const Handle_Storage_Root & First () const
const Handle_Storage_Root & Last () const
void Split (const Standard_Integer Index, Storage_SeqOfRoot &Sub)
const Handle_Storage_Root & Value (const Standard_Integer Index) const
const Handle_Storage_Root & operator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const Handle< Storage_Root > &I)
Handle_Storage_Root & ChangeValue (const Standard_Integer Index)
Handle_Storage_Root & 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_Storage_Root& Storage_SeqOfRoot::ChangeValue ( const Standard_Integer  Index)
const Handle_Storage_Root& Storage_SeqOfRoot::First ( ) const
const Handle_Storage_Root& Storage_SeqOfRoot::Last ( ) const
const Handle_Storage_Root& Storage_SeqOfRoot::operator() ( const Standard_Integer  Index) const [inline]
Handle_Storage_Root& Storage_SeqOfRoot::operator() ( const Standard_Integer  Index) [inline]
const Storage_SeqOfRoot& Storage_SeqOfRoot::operator= ( const Storage_SeqOfRoot Other) [inline]
const Handle_Storage_Root& Storage_SeqOfRoot::Value ( const Standard_Integer  Index) const

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