|  | 
|  | TColStd_SequenceOfExtendedString () | 
|  | 
|  | TColStd_SequenceOfExtendedString (const TColStd_SequenceOfExtendedString &Other) | 
|  | 
| void | Clear () | 
|  | 
|  | ~TColStd_SequenceOfExtendedString () | 
|  | 
| const TColStd_SequenceOfExtendedString &
 | Assign (const TColStd_SequenceOfExtendedString &Other) | 
|  | 
| const TColStd_SequenceOfExtendedString &
 | operator= (const TColStd_SequenceOfExtendedString &Other) | 
|  | 
| void | Append (const TCollection_ExtendedString &T) | 
|  | 
| void | Append (TColStd_SequenceOfExtendedString &S) | 
|  | 
| void | Prepend (const TCollection_ExtendedString &T) | 
|  | 
| void | Prepend (TColStd_SequenceOfExtendedString &S) | 
|  | 
| void | InsertBefore (const Standard_Integer Index, const TCollection_ExtendedString &T) | 
|  | 
| void | InsertBefore (const Standard_Integer Index, TColStd_SequenceOfExtendedString &S) | 
|  | 
| void | InsertAfter (const Standard_Integer Index, const TCollection_ExtendedString &T) | 
|  | 
| void | InsertAfter (const Standard_Integer Index, TColStd_SequenceOfExtendedString &S) | 
|  | 
| const TCollection_ExtendedString & | First () const | 
|  | 
| const TCollection_ExtendedString & | Last () const | 
|  | 
| void | Split (const Standard_Integer Index, TColStd_SequenceOfExtendedString &Sub) | 
|  | 
| const TCollection_ExtendedString & | Value (const Standard_Integer Index) const | 
|  | 
| const TCollection_ExtendedString & | operator() (const Standard_Integer Index) const | 
|  | 
| void | SetValue (const Standard_Integer Index, const TCollection_ExtendedString &I) | 
|  | 
| TCollection_ExtendedString & | ChangeValue (const Standard_Integer Index) | 
|  | 
| TCollection_ExtendedString & | operator() (const Standard_Integer Index) | 
|  | 
| void | Remove (const Standard_Integer Index) | 
|  | 
| void | Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex) | 
|  | 
| Standard_Boolean | IsEmpty () const | 
|  | returns True if the sequence <me> contains no elements.  More... 
 | 
|  | 
| Standard_Integer | Length () const | 
|  | Returns the number of element(s) in the sequence. Returns zero if the sequence is empty.  More... 
 | 
|  | 
| void | Reverse () | 
|  | Reverses the order of items on <me>. Example: before me = (A B C) after me = (C B A)  More... 
 | 
|  | 
| void | Exchange (const Standard_Integer I, const Standard_Integer J) | 
|  | Swaps elements which are located at positions  and <J> in <me>. Raises an exception if I or J is out of bound. Example: before me = (A B C), I = 1, J = 3 after me = (C B A)  More... 
 | 
|  |