|
| Expr_SequenceOfGeneralRelation () |
|
| Expr_SequenceOfGeneralRelation (const Expr_SequenceOfGeneralRelation &Other) |
|
void | Clear () |
|
| ~Expr_SequenceOfGeneralRelation () |
|
const Expr_SequenceOfGeneralRelation & | Assign (const Expr_SequenceOfGeneralRelation &Other) |
|
const Expr_SequenceOfGeneralRelation & | operator= (const Expr_SequenceOfGeneralRelation &Other) |
|
void | Append (const Handle< Expr_GeneralRelation > &T) |
|
void | Append (Expr_SequenceOfGeneralRelation &S) |
|
void | Prepend (const Handle< Expr_GeneralRelation > &T) |
|
void | Prepend (Expr_SequenceOfGeneralRelation &S) |
|
void | InsertBefore (const Standard_Integer Index, const Handle< Expr_GeneralRelation > &T) |
|
void | InsertBefore (const Standard_Integer Index, Expr_SequenceOfGeneralRelation &S) |
|
void | InsertAfter (const Standard_Integer Index, const Handle< Expr_GeneralRelation > &T) |
|
void | InsertAfter (const Standard_Integer Index, Expr_SequenceOfGeneralRelation &S) |
|
const Handle< Expr_GeneralRelation > & | First () const |
|
const Handle< Expr_GeneralRelation > & | Last () const |
|
void | Split (const Standard_Integer Index, Expr_SequenceOfGeneralRelation &Sub) |
|
const Handle< Expr_GeneralRelation > & | Value (const Standard_Integer Index) const |
|
const Handle< Expr_GeneralRelation > & | operator() (const Standard_Integer Index) const |
|
void | SetValue (const Standard_Integer Index, const Handle< Expr_GeneralRelation > &I) |
|
Handle< Expr_GeneralRelation > & | ChangeValue (const Standard_Integer Index) |
|
Handle< Expr_GeneralRelation > & | 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...
|
|