|
Open CASCADE Technology 6.5.2
|
#include <TDocStd_SequenceOfDocument.hxx>

| TDocStd_SequenceOfDocument::TDocStd_SequenceOfDocument | ( | ) |
| TDocStd_SequenceOfDocument::~TDocStd_SequenceOfDocument | ( | ) | [inline] |
| 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 |
| void TDocStd_SequenceOfDocument::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* TDocStd_SequenceOfDocument::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* TDocStd_SequenceOfDocument::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| 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 | ( | TDocStd_SequenceOfDocument & | S | ) |
| void TDocStd_SequenceOfDocument::Prepend | ( | const Handle< TDocStd_Document > & | T | ) |
| 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 |
1.7.4