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