|
| VarBase (const VarBase &c) |
|
| VarBase (bool b) |
|
| VarBase (int i) |
|
| VarBase (double d) |
|
| VarBase (std::string s) |
|
| VarBase (const char *s) |
|
VarBase & | operator= (const VarBase &c) |
|
virtual VarBase & | operator= (bool b) |
|
virtual VarBase & | operator= (int i) |
|
virtual VarBase & | operator= (double d) |
|
virtual VarBase & | operator= (const std::string &s) |
|
virtual VarBase & | operator= (const char *s) |
|
virtual | operator bool () const |
|
virtual | operator int () const |
|
virtual | operator double () const |
|
virtual | operator std::string () const |
|
virtual bool | is_bool () |
|
virtual bool | is_int () |
|
virtual bool | is_double () |
|
virtual bool | is_string () |
|
Scope | scope () const |
|
void | setScope (Scope s) |
|
|
std::ostream & | operator<< (std::ostream &out, const VarBase &v) |
|
bool | operator== (const VarBase &one, const VarBase &two) |
|
bool | operator!= (const VarBase &one, const VarBase &two) |
|
Definition at line 45 of file variable.h.
The documentation for this class was generated from the following files: