Open CASCADE Technology
6.5.4
|
#include <TDocStd_SequenceOfDocument.hxx>
const TDocStd_SequenceOfDocument& TDocStd_SequenceOfDocument::Assign | ( | const TDocStd_SequenceOfDocument & | Other | ) |
Handle_TDocStd_Document& TDocStd_SequenceOfDocument::ChangeValue | ( | const Standard_Integer | Index | ) |
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 |
const Handle_TDocStd_Document& TDocStd_SequenceOfDocument::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
Handle_TDocStd_Document& TDocStd_SequenceOfDocument::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const TDocStd_SequenceOfDocument& TDocStd_SequenceOfDocument::operator= | ( | const TDocStd_SequenceOfDocument & | Other | ) | [inline] |
void TDocStd_SequenceOfDocument::Remove | ( | const Standard_Integer | FromIndex, |
const Standard_Integer | ToIndex | ||
) |
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 |