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