Open CASCADE Technology
6.5.4
|
#include <TColStd_SequenceOfInteger.hxx>
const TColStd_SequenceOfInteger& TColStd_SequenceOfInteger::Assign | ( | const TColStd_SequenceOfInteger & | Other | ) |
void TColStd_SequenceOfInteger::InsertAfter | ( | const Standard_Integer | Index, |
const Standard_Integer & | T | ||
) |
void TColStd_SequenceOfInteger::InsertAfter | ( | const Standard_Integer | Index, |
TColStd_SequenceOfInteger & | S | ||
) |
void TColStd_SequenceOfInteger::InsertBefore | ( | const Standard_Integer | Index, |
const Standard_Integer & | T | ||
) |
void TColStd_SequenceOfInteger::InsertBefore | ( | const Standard_Integer | Index, |
TColStd_SequenceOfInteger & | S | ||
) |
const Standard_Integer& TColStd_SequenceOfInteger::Last | ( | ) | const |
const Standard_Integer& TColStd_SequenceOfInteger::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
Standard_Integer& TColStd_SequenceOfInteger::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const TColStd_SequenceOfInteger& TColStd_SequenceOfInteger::operator= | ( | const TColStd_SequenceOfInteger & | Other | ) | [inline] |
void TColStd_SequenceOfInteger::Remove | ( | const Standard_Integer | FromIndex, |
const Standard_Integer | ToIndex | ||
) |
void TColStd_SequenceOfInteger::SetValue | ( | const Standard_Integer | Index, |
const Standard_Integer & | I | ||
) |
void TColStd_SequenceOfInteger::Split | ( | const Standard_Integer | Index, |
TColStd_SequenceOfInteger & | Sub | ||
) |
const Standard_Integer& TColStd_SequenceOfInteger::Value | ( | const Standard_Integer | Index | ) | const |