#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) |
Standard_EXPORT | ExprIntrp_StackOfGeneralExpression () |
Standard_EXPORT const ExprIntrp_StackOfGeneralExpression & | Assign (const ExprIntrp_StackOfGeneralExpression &Other) |
const ExprIntrp_StackOfGeneralExpression & | operator= (const ExprIntrp_StackOfGeneralExpression &Other) |
Standard_Boolean | IsEmpty () const |
Standard_Integer | Depth () const |
Standard_EXPORT const Handle_Expr_GeneralExpression & | Top () const |
Standard_EXPORT void | Push (const Handle(Expr_GeneralExpression)&I) |
Standard_EXPORT void | Pop () |
Standard_EXPORT void | Clear () |
~ExprIntrp_StackOfGeneralExpression () | |
Standard_EXPORT Handle_Expr_GeneralExpression & | ChangeTop () |
Private Member Functions | |
Standard_EXPORT | ExprIntrp_StackOfGeneralExpression (const ExprIntrp_StackOfGeneralExpression &Other) |
Private Attributes | |
Standard_Address | myTop |
Standard_Integer | myDepth |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|