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