|
| Concat (const Variable &one, const Variable &two) |
|
| Concat (const Concat &c) |
|
Concat & | operator= (const Concat &c) |
|
| Base (const Base &d) |
|
Base & | operator= (const Base &b) |
|
virtual | operator bool () |
|
virtual | operator int () |
|
virtual | operator double () |
|
virtual | operator std::string () |
|
virtual bool | is_bool () |
|
virtual bool | is_int () |
|
virtual bool | is_double () |
|
virtual bool | is_string () |
|
| VarBase (const VarBase &c) |
|
| VarBase (const bool b) |
|
| VarBase (const int i) |
|
| VarBase (const double d) |
|
| VarBase (const std::string &s) |
|
| VarBase (const char *s) |
|
virtual VarBase & | operator= (const VarBase &c) |
|
virtual VarBase & | operator= (const bool b) |
|
virtual VarBase & | operator= (const int i) |
|
virtual VarBase & | operator= (const 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 () const |
|
virtual bool | is_int () const |
|
virtual bool | is_double () const |
|
virtual bool | is_string () const |
|
const Scope | scope () const |
|
void | setScope (Scope s) |
|
The documentation for this class was generated from the following files: