|
Open CASCADE Technology 6.5.2
|
#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) |
| ExprIntrp_StackOfNames () | |
| const ExprIntrp_StackOfNames & | Assign (const ExprIntrp_StackOfNames &Other) |
| const ExprIntrp_StackOfNames & | operator= (const ExprIntrp_StackOfNames &Other) |
| Standard_Boolean | IsEmpty () const |
| Standard_Integer | Depth () const |
| const TCollection_AsciiString & | Top () const |
| void | Push (const TCollection_AsciiString &I) |
| void | Pop () |
| void | Clear () |
| ~ExprIntrp_StackOfNames () | |
| TCollection_AsciiString & | ChangeTop () |
| ExprIntrp_StackOfNames::ExprIntrp_StackOfNames | ( | ) |
| ExprIntrp_StackOfNames::~ExprIntrp_StackOfNames | ( | ) | [inline] |
| const ExprIntrp_StackOfNames& ExprIntrp_StackOfNames::Assign | ( | const ExprIntrp_StackOfNames & | Other | ) |
| TCollection_AsciiString& ExprIntrp_StackOfNames::ChangeTop | ( | ) |
| void ExprIntrp_StackOfNames::Clear | ( | ) |
| Standard_Integer ExprIntrp_StackOfNames::Depth | ( | ) | const |
| Standard_Boolean ExprIntrp_StackOfNames::IsEmpty | ( | ) | const |
| void ExprIntrp_StackOfNames::operator delete | ( | void * | anAddress | ) | [inline] |
| void* ExprIntrp_StackOfNames::operator new | ( | size_t | size | ) | [inline] |
| void* ExprIntrp_StackOfNames::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| const ExprIntrp_StackOfNames& ExprIntrp_StackOfNames::operator= | ( | const ExprIntrp_StackOfNames & | Other | ) | [inline] |
| void ExprIntrp_StackOfNames::Pop | ( | ) |
| void ExprIntrp_StackOfNames::Push | ( | const TCollection_AsciiString & | I | ) |
| const TCollection_AsciiString& ExprIntrp_StackOfNames::Top | ( | ) | const |
1.7.4