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