Open CASCADE Technology
6.9.0
|
#include <TColStd_ListOfInteger.hxx>
TColStd_ListOfInteger::TColStd_ListOfInteger | ( | ) |
TColStd_ListOfInteger::TColStd_ListOfInteger | ( | const TColStd_ListOfInteger & | Other | ) |
|
inline |
void TColStd_ListOfInteger::Append | ( | const Standard_Integer & | I | ) |
void TColStd_ListOfInteger::Append | ( | const Standard_Integer & | I, |
TColStd_ListIteratorOfListOfInteger & | theIt | ||
) |
void TColStd_ListOfInteger::Append | ( | TColStd_ListOfInteger & | Other | ) |
void TColStd_ListOfInteger::Assign | ( | const TColStd_ListOfInteger & | Other | ) |
void TColStd_ListOfInteger::Clear | ( | ) |
Standard_Integer TColStd_ListOfInteger::Extent | ( | ) | const |
Standard_Integer& TColStd_ListOfInteger::First | ( | ) | const |
void TColStd_ListOfInteger::InsertAfter | ( | const Standard_Integer & | I, |
TColStd_ListIteratorOfListOfInteger & | It | ||
) |
void TColStd_ListOfInteger::InsertAfter | ( | TColStd_ListOfInteger & | Other, |
TColStd_ListIteratorOfListOfInteger & | It | ||
) |
void TColStd_ListOfInteger::InsertBefore | ( | const Standard_Integer & | I, |
TColStd_ListIteratorOfListOfInteger & | It | ||
) |
void TColStd_ListOfInteger::InsertBefore | ( | TColStd_ListOfInteger & | Other, |
TColStd_ListIteratorOfListOfInteger & | It | ||
) |
Standard_Boolean TColStd_ListOfInteger::IsEmpty | ( | ) | const |
Standard_Integer& TColStd_ListOfInteger::Last | ( | ) | const |
|
inline |
void TColStd_ListOfInteger::Prepend | ( | const Standard_Integer & | I | ) |
void TColStd_ListOfInteger::Prepend | ( | const Standard_Integer & | I, |
TColStd_ListIteratorOfListOfInteger & | theIt | ||
) |
void TColStd_ListOfInteger::Prepend | ( | TColStd_ListOfInteger & | Other | ) |
void TColStd_ListOfInteger::Remove | ( | TColStd_ListIteratorOfListOfInteger & | It | ) |
void TColStd_ListOfInteger::RemoveFirst | ( | ) |