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

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