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