Open CASCADE Technology 6.6.0
|
#include <PCDM_SequenceOfDocument.hxx>
Public Member Functions | |
PCDM_SequenceOfDocument () | |
void | Clear () |
~PCDM_SequenceOfDocument () | |
const PCDM_SequenceOfDocument & | Assign (const PCDM_SequenceOfDocument &Other) |
const PCDM_SequenceOfDocument & | operator= (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) |
PCDM_SequenceOfDocument::PCDM_SequenceOfDocument | ( | ) |
PCDM_SequenceOfDocument::~PCDM_SequenceOfDocument | ( | ) | [inline] |
void PCDM_SequenceOfDocument::Append | ( | const Handle< PCDM_Document > & | T | ) |
void PCDM_SequenceOfDocument::Append | ( | PCDM_SequenceOfDocument & | S | ) |
const PCDM_SequenceOfDocument& PCDM_SequenceOfDocument::Assign | ( | const PCDM_SequenceOfDocument & | Other | ) |
Handle_PCDM_Document& PCDM_SequenceOfDocument::ChangeValue | ( | const Standard_Integer | Index | ) |
void PCDM_SequenceOfDocument::Clear | ( | ) |
const Handle_PCDM_Document& PCDM_SequenceOfDocument::First | ( | ) | const |
void PCDM_SequenceOfDocument::InsertAfter | ( | const Standard_Integer | Index, |
const Handle< PCDM_Document > & | T | ||
) |
void PCDM_SequenceOfDocument::InsertAfter | ( | const Standard_Integer | Index, |
PCDM_SequenceOfDocument & | S | ||
) |
void PCDM_SequenceOfDocument::InsertBefore | ( | const Standard_Integer | Index, |
const Handle< PCDM_Document > & | T | ||
) |
void PCDM_SequenceOfDocument::InsertBefore | ( | const Standard_Integer | Index, |
PCDM_SequenceOfDocument & | S | ||
) |
const Handle_PCDM_Document& PCDM_SequenceOfDocument::Last | ( | ) | const |
Handle_PCDM_Document& PCDM_SequenceOfDocument::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const Handle_PCDM_Document& PCDM_SequenceOfDocument::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
const PCDM_SequenceOfDocument& PCDM_SequenceOfDocument::operator= | ( | const PCDM_SequenceOfDocument & | Other | ) | [inline] |
void PCDM_SequenceOfDocument::Prepend | ( | const Handle< PCDM_Document > & | T | ) |
void PCDM_SequenceOfDocument::Prepend | ( | PCDM_SequenceOfDocument & | S | ) |
void PCDM_SequenceOfDocument::Remove | ( | const Standard_Integer | FromIndex, |
const Standard_Integer | ToIndex | ||
) |
void PCDM_SequenceOfDocument::Remove | ( | const Standard_Integer | Index | ) |
void PCDM_SequenceOfDocument::SetValue | ( | const Standard_Integer | Index, |
const Handle< PCDM_Document > & | I | ||
) |
void PCDM_SequenceOfDocument::Split | ( | const Standard_Integer | Index, |
PCDM_SequenceOfDocument & | Sub | ||
) |
const Handle_PCDM_Document& PCDM_SequenceOfDocument::Value | ( | const Standard_Integer | Index | ) | const |