Open CASCADE Technology 6.6.0
|
#include <Expr_SequenceOfGeneralExpression.hxx>
Expr_SequenceOfGeneralExpression::Expr_SequenceOfGeneralExpression | ( | ) |
Expr_SequenceOfGeneralExpression::~Expr_SequenceOfGeneralExpression | ( | ) | [inline] |
void Expr_SequenceOfGeneralExpression::Append | ( | const Handle< Expr_GeneralExpression > & | T | ) |
void Expr_SequenceOfGeneralExpression::Append | ( | Expr_SequenceOfGeneralExpression & | S | ) |
const Expr_SequenceOfGeneralExpression& Expr_SequenceOfGeneralExpression::Assign | ( | const Expr_SequenceOfGeneralExpression & | Other | ) |
Handle_Expr_GeneralExpression& Expr_SequenceOfGeneralExpression::ChangeValue | ( | const Standard_Integer | Index | ) |
void Expr_SequenceOfGeneralExpression::Clear | ( | ) |
const Handle_Expr_GeneralExpression& Expr_SequenceOfGeneralExpression::First | ( | ) | const |
void Expr_SequenceOfGeneralExpression::InsertAfter | ( | const Standard_Integer | Index, |
const Handle< Expr_GeneralExpression > & | T | ||
) |
void Expr_SequenceOfGeneralExpression::InsertAfter | ( | const Standard_Integer | Index, |
Expr_SequenceOfGeneralExpression & | S | ||
) |
void Expr_SequenceOfGeneralExpression::InsertBefore | ( | const Standard_Integer | Index, |
const Handle< Expr_GeneralExpression > & | T | ||
) |
void Expr_SequenceOfGeneralExpression::InsertBefore | ( | const Standard_Integer | Index, |
Expr_SequenceOfGeneralExpression & | S | ||
) |
const Handle_Expr_GeneralExpression& Expr_SequenceOfGeneralExpression::Last | ( | ) | const |
Handle_Expr_GeneralExpression& Expr_SequenceOfGeneralExpression::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const Handle_Expr_GeneralExpression& Expr_SequenceOfGeneralExpression::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
const Expr_SequenceOfGeneralExpression& Expr_SequenceOfGeneralExpression::operator= | ( | const Expr_SequenceOfGeneralExpression & | Other | ) | [inline] |
void Expr_SequenceOfGeneralExpression::Prepend | ( | const Handle< Expr_GeneralExpression > & | T | ) |
void Expr_SequenceOfGeneralExpression::Prepend | ( | Expr_SequenceOfGeneralExpression & | S | ) |
void Expr_SequenceOfGeneralExpression::Remove | ( | const Standard_Integer | FromIndex, |
const Standard_Integer | ToIndex | ||
) |
void Expr_SequenceOfGeneralExpression::Remove | ( | const Standard_Integer | Index | ) |
void Expr_SequenceOfGeneralExpression::SetValue | ( | const Standard_Integer | Index, |
const Handle< Expr_GeneralExpression > & | I | ||
) |
void Expr_SequenceOfGeneralExpression::Split | ( | const Standard_Integer | Index, |
Expr_SequenceOfGeneralExpression & | Sub | ||
) |
const Handle_Expr_GeneralExpression& Expr_SequenceOfGeneralExpression::Value | ( | const Standard_Integer | Index | ) | const |