Open CASCADE Technology 6.6.0
|
#include <ExprIntrp_StackOfNames.hxx>
Public Member Functions | |
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 |
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 |