Remake
|
Public Member Functions | |
variable_generator (std::string const &, variable_map const *) | |
input_status | next (std::string &) |
![]() | |
virtual | ~generator () |
Public Attributes | |
std::string | name |
string_list::const_iterator | vcur |
string_list::const_iterator | vend |
Generator for the words of a variable.
Definition at line 1193 of file remake.cpp.
std::string variable_generator::name |
Definition at line 1195 of file remake.cpp.
Referenced by variable_generator().
string_list::const_iterator variable_generator::vcur |
Definition at line 1196 of file remake.cpp.
Referenced by next(), and variable_generator().
string_list::const_iterator variable_generator::vend |
Definition at line 1196 of file remake.cpp.
Referenced by next(), and variable_generator().