|
| Item (const Item &d) |
|
| Item (std::string section, std::string key) |
|
Item & | operator= (const Item &i) |
|
void | assign (const Variable &v, Scope scope) |
|
virtual | operator bool () |
|
virtual | operator bool () const |
|
virtual | operator int () |
|
virtual | operator int () const |
|
virtual | operator double () |
|
virtual | operator double () const |
|
virtual | operator std::string () |
|
virtual | operator std::string () const |
|
bool | is_bool () override |
|
bool | is_int () override |
|
bool | is_double () override |
|
bool | is_string () override |
|
Scope | scope () const |
|
void | setScope (Scope s) |
|
Definition at line 78 of file dyntypes.h.
The documentation for this class was generated from the following files: