Public Member Functions | |
| variable_generator (std::string const &, assign_list const *) | |
| input_status | next (std::string &) |
Public Member Functions inherited from generator | |
| virtual | ~generator () |
Public Attributes | |
| std::string | name |
| string_list::const_iterator | cur1 |
| string_list::const_iterator | end1 |
| assign_list::const_iterator | cur2 |
| assign_list::const_iterator | end2 |
Generator for the words of a variable.
Definition at line 1049 of file remake.cpp.
| string_list::const_iterator variable_generator::cur1 |
Definition at line 1052 of file remake.cpp.
Referenced by next(), and variable_generator().
| assign_list::const_iterator variable_generator::cur2 |
Definition at line 1053 of file remake.cpp.
Referenced by next(), and variable_generator().
| string_list::const_iterator variable_generator::end1 |
Definition at line 1052 of file remake.cpp.
Referenced by next(), and variable_generator().
| assign_list::const_iterator variable_generator::end2 |
Definition at line 1053 of file remake.cpp.
Referenced by next(), and variable_generator().
| std::string variable_generator::name |
Definition at line 1051 of file remake.cpp.
Referenced by next(), and variable_generator().
1.8.4