#include <ExprIntrp_SequenceOfNamedExpression.hxx>
Inheritance diagram for ExprIntrp_SequenceOfNamedExpression:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
ExprIntrp_SequenceOfNamedExpression () | |
Standard_EXPORT void | Clear () |
~ExprIntrp_SequenceOfNamedExpression () | |
Standard_EXPORT const ExprIntrp_SequenceOfNamedExpression & | Assign (const ExprIntrp_SequenceOfNamedExpression &Other) |
const ExprIntrp_SequenceOfNamedExpression & | operator= (const ExprIntrp_SequenceOfNamedExpression &Other) |
Standard_EXPORT void | Append (const Handle(Expr_NamedExpression)&T) |
void | Append (ExprIntrp_SequenceOfNamedExpression &S) |
Standard_EXPORT void | Prepend (const Handle(Expr_NamedExpression)&T) |
void | Prepend (ExprIntrp_SequenceOfNamedExpression &S) |
void | InsertBefore (const Standard_Integer Index, const Handle(Expr_NamedExpression)&T) |
void | InsertBefore (const Standard_Integer Index, ExprIntrp_SequenceOfNamedExpression &S) |
Standard_EXPORT void | InsertAfter (const Standard_Integer Index, const Handle(Expr_NamedExpression)&T) |
void | InsertAfter (const Standard_Integer Index, ExprIntrp_SequenceOfNamedExpression &S) |
Standard_EXPORT const Handle_Expr_NamedExpression & | First () const |
Standard_EXPORT const Handle_Expr_NamedExpression & | Last () const |
void | Split (const Standard_Integer Index, ExprIntrp_SequenceOfNamedExpression &Sub) |
Standard_EXPORT const Handle_Expr_NamedExpression & | Value (const Standard_Integer Index) const |
const Handle_Expr_NamedExpression & | operator() (const Standard_Integer Index) const |
Standard_EXPORT void | SetValue (const Standard_Integer Index, const Handle(Expr_NamedExpression)&I) |
Standard_EXPORT Handle_Expr_NamedExpression & | ChangeValue (const Standard_Integer Index) |
Handle_Expr_NamedExpression & | operator() (const Standard_Integer Index) |
Standard_EXPORT void | Remove (const Standard_Integer Index) |
Standard_EXPORT void | Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex) |
Private Member Functions | |
Standard_EXPORT | ExprIntrp_SequenceOfNamedExpression (const ExprIntrp_SequenceOfNamedExpression &Other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TCollection_BaseSequence. |
|
Reimplemented from TCollection_BaseSequence. |
|
Reimplemented from TCollection_BaseSequence. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|