|
Remake
|
Public Member Functions | |
| addsuffix_generator (input_generator const &, bool &) | |
| input_status | next (std::string &) |
Public Member Functions inherited from generator | |
| 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 1363 of file remake.cpp.
| input_generator addsuffix_generator::gen |
Definition at line 1365 of file remake.cpp.
Referenced by addsuffix_generator(), and next().
| std::string addsuffix_generator::pre |
Definition at line 1369 of file remake.cpp.
| string_list addsuffix_generator::suf |
Definition at line 1366 of file remake.cpp.
Referenced by addsuffix_generator(), and next().
| string_list::const_iterator addsuffix_generator::sufi |
Definition at line 1367 of file remake.cpp.
Referenced by next().
| size_t addsuffix_generator::sufj |
Definition at line 1368 of file remake.cpp.
Referenced by addsuffix_generator(), and next().
| size_t addsuffix_generator::sufl |
Definition at line 1368 of file remake.cpp.
Referenced by addsuffix_generator(), and next().