Go to the source code of this file.
Classes | |
class | invalid_variablename_exception |
Information on a WML variable. More... | |
class | variable_info< vit > |
class | non_const_variable_info< vit > |
Extends variable_info with methods that can only be applied if vit != vit_const. More... | |
Typedefs | |
typedef non_const_variable_info < variable_info_detail::vit_create_if_not_existent > | variable_access_create |
this variable accessor will create a childtable when resolving name if it doesn't exist yet. More... | |
typedef non_const_variable_info < variable_info_detail::vit_throw_if_not_existent > | variable_access_throw |
this variable accessor will throw an exception when trying to access a non existent table. More... | |
typedef variable_info < variable_info_detail::vit_const > | variable_access_const |
this variable accessor is takes a const reference and is guaranteed to not change the config. More... | |
this variable accessor is takes a const reference and is guaranteed to not change the config.
Definition at line 114 of file variable_info.hpp.
typedef non_const_variable_info<variable_info_detail::vit_create_if_not_existent> variable_access_create |
this variable accessor will create a childtable when resolving name if it doesn't exist yet.
Definition at line 105 of file variable_info.hpp.
typedef non_const_variable_info<variable_info_detail::vit_throw_if_not_existent> variable_access_throw |
this variable accessor will throw an exception when trying to access a non existent table.
Note that the other types can throw too if name is invlid like '..[[[a'.
Definition at line 110 of file variable_info.hpp.