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