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