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

| TColStd_SequenceOfTransient::TColStd_SequenceOfTransient | ( | ) |
| TColStd_SequenceOfTransient::~TColStd_SequenceOfTransient | ( | ) | [inline] |
| void TColStd_SequenceOfTransient::Append | ( | const Handle< Standard_Transient > & | T | ) |
| void TColStd_SequenceOfTransient::Append | ( | TColStd_SequenceOfTransient & | S | ) |
| const TColStd_SequenceOfTransient& TColStd_SequenceOfTransient::Assign | ( | const TColStd_SequenceOfTransient & | Other | ) |
| Handle_Standard_Transient& TColStd_SequenceOfTransient::ChangeValue | ( | const Standard_Integer | Index | ) |
| void TColStd_SequenceOfTransient::Clear | ( | ) |
| const Handle_Standard_Transient& TColStd_SequenceOfTransient::First | ( | ) | const |
| void TColStd_SequenceOfTransient::InsertAfter | ( | const Standard_Integer | Index, |
| const Handle< Standard_Transient > & | T | ||
| ) |
| void TColStd_SequenceOfTransient::InsertAfter | ( | const Standard_Integer | Index, |
| TColStd_SequenceOfTransient & | S | ||
| ) |
| void TColStd_SequenceOfTransient::InsertBefore | ( | const Standard_Integer | Index, |
| const Handle< Standard_Transient > & | T | ||
| ) |
| void TColStd_SequenceOfTransient::InsertBefore | ( | const Standard_Integer | Index, |
| TColStd_SequenceOfTransient & | S | ||
| ) |
| const Handle_Standard_Transient& TColStd_SequenceOfTransient::Last | ( | ) | const |
| void TColStd_SequenceOfTransient::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* TColStd_SequenceOfTransient::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* TColStd_SequenceOfTransient::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| Handle_Standard_Transient& TColStd_SequenceOfTransient::operator() | ( | const Standard_Integer | Index | ) | [inline] |
| const Handle_Standard_Transient& TColStd_SequenceOfTransient::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| const TColStd_SequenceOfTransient& TColStd_SequenceOfTransient::operator= | ( | const TColStd_SequenceOfTransient & | Other | ) | [inline] |
| void TColStd_SequenceOfTransient::Prepend | ( | TColStd_SequenceOfTransient & | S | ) |
| void TColStd_SequenceOfTransient::Prepend | ( | const Handle< Standard_Transient > & | T | ) |
| void TColStd_SequenceOfTransient::Remove | ( | const Standard_Integer | FromIndex, |
| const Standard_Integer | ToIndex | ||
| ) |
| void TColStd_SequenceOfTransient::Remove | ( | const Standard_Integer | Index | ) |
| void TColStd_SequenceOfTransient::SetValue | ( | const Standard_Integer | Index, |
| const Handle< Standard_Transient > & | I | ||
| ) |
| void TColStd_SequenceOfTransient::Split | ( | const Standard_Integer | Index, |
| TColStd_SequenceOfTransient & | Sub | ||
| ) |
| const Handle_Standard_Transient& TColStd_SequenceOfTransient::Value | ( | const Standard_Integer | Index | ) | const |
1.7.4