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

#include <PCDM_SequenceOfDocument.hxx>

Inheritance diagram for PCDM_SequenceOfDocument:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC PCDM_SequenceOfDocument ()
void Clear ()
 ~PCDM_SequenceOfDocument ()
const PCDM_SequenceOfDocumentAssign (const PCDM_SequenceOfDocument &Other)
const PCDM_SequenceOfDocumentoperator= (const PCDM_SequenceOfDocument &Other)
void Append (const Handle< PCDM_Document > &T)
void Append (PCDM_SequenceOfDocument &S)
void Prepend (const Handle< PCDM_Document > &T)
void Prepend (PCDM_SequenceOfDocument &S)
void InsertBefore (const Standard_Integer Index, const Handle< PCDM_Document > &T)
void InsertBefore (const Standard_Integer Index, PCDM_SequenceOfDocument &S)
void InsertAfter (const Standard_Integer Index, const Handle< PCDM_Document > &T)
void InsertAfter (const Standard_Integer Index, PCDM_SequenceOfDocument &S)
const Handle_PCDM_Document & First () const
const Handle_PCDM_Document & Last () const
void Split (const Standard_Integer Index, PCDM_SequenceOfDocument &Sub)
const Handle_PCDM_Document & Value (const Standard_Integer Index) const
const Handle_PCDM_Document & operator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const Handle< PCDM_Document > &I)
Handle_PCDM_Document & ChangeValue (const Standard_Integer Index)
Handle_PCDM_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


Member Function Documentation

const Handle_PCDM_Document& PCDM_SequenceOfDocument::First ( ) const
const Handle_PCDM_Document& PCDM_SequenceOfDocument::Last ( ) const
const Handle_PCDM_Document& PCDM_SequenceOfDocument::operator() ( const Standard_Integer  Index) const [inline]
Handle_PCDM_Document& PCDM_SequenceOfDocument::operator() ( const Standard_Integer  Index) [inline]
const PCDM_SequenceOfDocument& PCDM_SequenceOfDocument::operator= ( const PCDM_SequenceOfDocument Other) [inline]
const Handle_PCDM_Document& PCDM_SequenceOfDocument::Value ( const Standard_Integer  Index) const

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