Open CASCADE Technology 6.6.0
Public Member Functions
TDocStd_SequenceOfDocument Class Reference

#include <TDocStd_SequenceOfDocument.hxx>

Inheritance diagram for TDocStd_SequenceOfDocument:
Inheritance graph
[legend]

Public Member Functions

 TDocStd_SequenceOfDocument ()
void Clear ()
 ~TDocStd_SequenceOfDocument ()
const TDocStd_SequenceOfDocumentAssign (const TDocStd_SequenceOfDocument &Other)
const TDocStd_SequenceOfDocumentoperator= (const TDocStd_SequenceOfDocument &Other)
void Append (const Handle< TDocStd_Document > &T)
void Append (TDocStd_SequenceOfDocument &S)
void Prepend (const Handle< TDocStd_Document > &T)
void Prepend (TDocStd_SequenceOfDocument &S)
void InsertBefore (const Standard_Integer Index, const Handle< TDocStd_Document > &T)
void InsertBefore (const Standard_Integer Index, TDocStd_SequenceOfDocument &S)
void InsertAfter (const Standard_Integer Index, const Handle< TDocStd_Document > &T)
void InsertAfter (const Standard_Integer Index, TDocStd_SequenceOfDocument &S)
const Handle_TDocStd_Document & First () const
const Handle_TDocStd_Document & Last () const
void Split (const Standard_Integer Index, TDocStd_SequenceOfDocument &Sub)
const Handle_TDocStd_Document & Value (const Standard_Integer Index) const
const Handle_TDocStd_Document & operator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const Handle< TDocStd_Document > &I)
Handle_TDocStd_Document & ChangeValue (const Standard_Integer Index)
Handle_TDocStd_Document & operator() (const Standard_Integer Index)
void Remove (const Standard_Integer Index)
void Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex)

Constructor & Destructor Documentation

TDocStd_SequenceOfDocument::TDocStd_SequenceOfDocument ( )
TDocStd_SequenceOfDocument::~TDocStd_SequenceOfDocument ( ) [inline]

Member Function Documentation

void TDocStd_SequenceOfDocument::Append ( const Handle< TDocStd_Document > &  T)
void TDocStd_SequenceOfDocument::Append ( TDocStd_SequenceOfDocument S)
const TDocStd_SequenceOfDocument& TDocStd_SequenceOfDocument::Assign ( const TDocStd_SequenceOfDocument Other)
Handle_TDocStd_Document& TDocStd_SequenceOfDocument::ChangeValue ( const Standard_Integer  Index)
void TDocStd_SequenceOfDocument::Clear ( )
const Handle_TDocStd_Document& TDocStd_SequenceOfDocument::First ( ) const
void TDocStd_SequenceOfDocument::InsertAfter ( const Standard_Integer  Index,
const Handle< TDocStd_Document > &  T 
)
void TDocStd_SequenceOfDocument::InsertAfter ( const Standard_Integer  Index,
TDocStd_SequenceOfDocument S 
)
void TDocStd_SequenceOfDocument::InsertBefore ( const Standard_Integer  Index,
const Handle< TDocStd_Document > &  T 
)
void TDocStd_SequenceOfDocument::InsertBefore ( const Standard_Integer  Index,
TDocStd_SequenceOfDocument S 
)
const Handle_TDocStd_Document& TDocStd_SequenceOfDocument::Last ( ) const
Handle_TDocStd_Document& TDocStd_SequenceOfDocument::operator() ( const Standard_Integer  Index) [inline]
const Handle_TDocStd_Document& TDocStd_SequenceOfDocument::operator() ( const Standard_Integer  Index) const [inline]
const TDocStd_SequenceOfDocument& TDocStd_SequenceOfDocument::operator= ( const TDocStd_SequenceOfDocument Other) [inline]
void TDocStd_SequenceOfDocument::Prepend ( const Handle< TDocStd_Document > &  T)
void TDocStd_SequenceOfDocument::Prepend ( TDocStd_SequenceOfDocument S)
void TDocStd_SequenceOfDocument::Remove ( const Standard_Integer  FromIndex,
const Standard_Integer  ToIndex 
)
void TDocStd_SequenceOfDocument::Remove ( const Standard_Integer  Index)
void TDocStd_SequenceOfDocument::SetValue ( const Standard_Integer  Index,
const Handle< TDocStd_Document > &  I 
)
void TDocStd_SequenceOfDocument::Split ( const Standard_Integer  Index,
TDocStd_SequenceOfDocument Sub 
)
const Handle_TDocStd_Document& TDocStd_SequenceOfDocument::Value ( const Standard_Integer  Index) const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines