#include <AstContainer.h>
Definition at line 35 of file AstContainer.h.
Public Member Functions | |
VarBase () | |
VarBase (const std::string &_name, const tree< AstNode >::iterator &_pos, const std::string &_index="") | |
VarBase (const VarBase &v) | |
VarBase & | operator= (const VarBase &v) |
~VarBase () | |
bool | operator== (const VarBase &v) const |
Data Fields | |
std::string | name |
tree< AstNode >::iterator | position |
std::string | index |
VarBase::VarBase | ( | ) | [inline] |
VarBase::VarBase | ( | const VarBase & | v | ) | [inline] |
VarBase::~VarBase | ( | ) | [inline] |
bool VarBase::operator== | ( | const VarBase & | v | ) | const [inline] |
std::string VarBase::name |
Definition at line 37 of file AstContainer.h.
Referenced by Ast::getRightVariables(), VarBaseCmp::operator()(), operator<<(), operator=(), and operator==().
tree<AstNode>::iterator VarBase::position |
std::string VarBase::index |
Definition at line 39 of file AstContainer.h.
Referenced by VarBaseCmp::operator()(), operator<<(), operator=(), and operator==().