|
Remake
|
Public Member Functions | |
| input_generator (std::istream &i, variable_map const *lv, bool e=false) | |
| input_status | next (std::string &) |
| ~input_generator () | |
Public Attributes | |
| std::istream & | in |
| generator * | nested |
| variable_map const * | local_variables |
| bool | earliest_exit |
| bool | done |
Generator for the words of an input stream.
Definition at line 1232 of file remake.cpp.
|
inline |
Definition at line 1238 of file remake.cpp.
|
inline |
Definition at line 1241 of file remake.cpp.
| bool input_generator::done |
Definition at line 1237 of file remake.cpp.
Referenced by next().
| bool input_generator::earliest_exit |
Definition at line 1237 of file remake.cpp.
Referenced by next().
| std::istream& input_generator::in |
Definition at line 1234 of file remake.cpp.
Referenced by addprefix_generator::addprefix_generator(), addsuffix_generator::addsuffix_generator(), get_function(), addprefix_generator::next(), addsuffix_generator::next(), and next().
| variable_map const* input_generator::local_variables |
Definition at line 1236 of file remake.cpp.
Referenced by next().
| generator* input_generator::nested |
Definition at line 1235 of file remake.cpp.
Referenced by next(), and ~input_generator().