Public Member Functions | |
addsuffix_generator (input_generator const &, bool &) | |
input_status | next (std::string &) |
![]() | |
virtual | ~generator () |
Public Attributes | |
input_generator | gen |
string_list | suf |
string_list::const_iterator | sufi |
size_t | sufj |
size_t | sufl |
std::string | pre |
Generator for the result of function addsuffix.
Definition at line 1251 of file remake.cpp.
input_generator addsuffix_generator::gen |
Definition at line 1253 of file remake.cpp.
Referenced by addsuffix_generator(), and next().
std::string addsuffix_generator::pre |
Definition at line 1257 of file remake.cpp.
string_list addsuffix_generator::suf |
Definition at line 1254 of file remake.cpp.
Referenced by addsuffix_generator(), and next().
string_list::const_iterator addsuffix_generator::sufi |
Definition at line 1255 of file remake.cpp.
Referenced by next().
size_t addsuffix_generator::sufj |
Definition at line 1256 of file remake.cpp.
Referenced by addsuffix_generator(), and next().
size_t addsuffix_generator::sufl |
Definition at line 1256 of file remake.cpp.
Referenced by addsuffix_generator(), and next().