|
Open CASCADE Technology 6.5.2
|
#include <ExprIntrp_StackOfGeneralExpression.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| 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 |
| void ExprIntrp_StackOfGeneralExpression::operator delete | ( | void * | anAddress | ) | [inline] |
| void* ExprIntrp_StackOfGeneralExpression::operator new | ( | size_t | size | ) | [inline] |
| void* ExprIntrp_StackOfGeneralExpression::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| 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 |
1.7.4