Open CASCADE Technology
6.5.4
|
#include <ExprIntrp_StackOfGeneralFunction.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | 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 () |
const ExprIntrp_StackOfGeneralFunction& ExprIntrp_StackOfGeneralFunction::Assign | ( | const ExprIntrp_StackOfGeneralFunction & | Other | ) |
Handle_Expr_GeneralFunction& ExprIntrp_StackOfGeneralFunction::ChangeTop | ( | ) |
const ExprIntrp_StackOfGeneralFunction& ExprIntrp_StackOfGeneralFunction::operator= | ( | const ExprIntrp_StackOfGeneralFunction & | Other | ) | [inline] |
const Handle_Expr_GeneralFunction& ExprIntrp_StackOfGeneralFunction::Top | ( | ) | const |