#include <variable.hpp>

Public Member Functions | |
| scoped_xy_unit (const std::string &var_name, const int x, const int y, const unit_map &umap) | |
| void | activate () |
Public Member Functions inherited from scoped_wml_variable | |
| scoped_wml_variable (const std::string &var_name) | |
| virtual | ~scoped_wml_variable () |
| const std::string & | name () const |
| config & | store (const config &var_value=config()) |
| bool | activated () const |
Private Attributes | |
| const int | x_ |
| const int | y_ |
| const unit_map & | umap_ |
Definition at line 194 of file variable.hpp.
|
inline |
Definition at line 197 of file variable.hpp.
|
virtual |
Implements scoped_wml_variable.
Definition at line 461 of file variable.cpp.
References unit_map::end(), ERR_NG, unit_map::find(), itor, LOG_NG, scoped_wml_variable::name(), scoped_wml_variable::store(), umap_, x_, and y_.
|
private |
Definition at line 202 of file variable.hpp.
Referenced by activate().
|
private |
Definition at line 201 of file variable.hpp.
Referenced by activate().
|
private |
Definition at line 201 of file variable.hpp.
Referenced by activate().
1.8.8