Public Member Functions | |
input_generator (std::istream &i, assign_list const *lv, bool e=false) | |
input_status | next (std::string &) |
~input_generator () | |
Public Attributes | |
std::istream & | in |
generator * | nested |
assign_list const * | local_variables |
bool | earliest_exit |
bool | done |
Generator for the words of an input stream.
Definition at line 1119 of file remake.cpp.
|
inline |
Definition at line 1125 of file remake.cpp.
|
inline |
Definition at line 1128 of file remake.cpp.
bool input_generator::done |
Definition at line 1124 of file remake.cpp.
Referenced by next().
bool input_generator::earliest_exit |
Definition at line 1124 of file remake.cpp.
Referenced by next().
std::istream& input_generator::in |
Definition at line 1121 of file remake.cpp.
Referenced by addprefix_generator::addprefix_generator(), addsuffix_generator::addsuffix_generator(), get_function(), next(), addprefix_generator::next(), and addsuffix_generator::next().
assign_list const* input_generator::local_variables |
Definition at line 1123 of file remake.cpp.
Referenced by next().
generator* input_generator::nested |
Definition at line 1122 of file remake.cpp.
Referenced by next(), and ~input_generator().