|
Remake
|
Public Member Functions | |
| variable_generator (std::string const &, variable_map const *) | |
| input_status | next (std::string &) |
| Public Member Functions inherited from generator | |
| 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 1191 of file remake.cpp.
| std::string variable_generator::name |
Definition at line 1193 of file remake.cpp.
Referenced by variable_generator().
| string_list::const_iterator variable_generator::vcur |
Definition at line 1194 of file remake.cpp.
Referenced by next(), and variable_generator().
| string_list::const_iterator variable_generator::vend |
Definition at line 1194 of file remake.cpp.
Referenced by next(), and variable_generator().