|
| VarArray (const VarArray &v) |
|
| VarArray (const int n, const Variable &v=Variable()) |
|
| VarArray (const VarList &v) |
|
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 |
|
| 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) |
|
const Scope | scope () const |
|
void | setScope (Scope s) |
|
The documentation for this class was generated from the following files: