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