Open CASCADE Technology
6.5.4
|
#include <ExprIntrp_StackOfGeneralExpression.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | ExprIntrp_StackOfGeneralExpression () |
const ExprIntrp_StackOfGeneralExpression & | Assign (const ExprIntrp_StackOfGeneralExpression &Other) |
const ExprIntrp_StackOfGeneralExpression & | operator= (const ExprIntrp_StackOfGeneralExpression &Other) |
Standard_Boolean | IsEmpty () const |
Standard_Integer | Depth () const |
const Handle_Expr_GeneralExpression & | Top () const |
void | Push (const Handle< Expr_GeneralExpression > &I) |
void | Pop () |
void | Clear () |
~ExprIntrp_StackOfGeneralExpression () | |
Handle_Expr_GeneralExpression & | ChangeTop () |
const ExprIntrp_StackOfGeneralExpression& ExprIntrp_StackOfGeneralExpression::Assign | ( | const ExprIntrp_StackOfGeneralExpression & | Other | ) |
Handle_Expr_GeneralExpression& ExprIntrp_StackOfGeneralExpression::ChangeTop | ( | ) |
const ExprIntrp_StackOfGeneralExpression& ExprIntrp_StackOfGeneralExpression::operator= | ( | const ExprIntrp_StackOfGeneralExpression & | Other | ) | [inline] |
const Handle_Expr_GeneralExpression& ExprIntrp_StackOfGeneralExpression::Top | ( | ) | const |