Remake
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
addsuffix_generator Struct Reference
Inheritance diagram for addsuffix_generator:
generator

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
 

Detailed Description

Generator for the result of function addsuffix.

Definition at line 1365 of file remake.cpp.

Member Data Documentation

◆ gen

input_generator addsuffix_generator::gen

Definition at line 1367 of file remake.cpp.

Referenced by addsuffix_generator(), and next().

◆ pre

std::string addsuffix_generator::pre

Definition at line 1371 of file remake.cpp.

◆ suf

string_list addsuffix_generator::suf

Definition at line 1368 of file remake.cpp.

Referenced by addsuffix_generator(), and next().

◆ sufi

string_list::const_iterator addsuffix_generator::sufi

Definition at line 1369 of file remake.cpp.

Referenced by next().

◆ sufj

size_t addsuffix_generator::sufj

Definition at line 1370 of file remake.cpp.

Referenced by addsuffix_generator(), and next().

◆ sufl

size_t addsuffix_generator::sufl

Definition at line 1370 of file remake.cpp.

Referenced by addsuffix_generator(), and next().


The documentation for this struct was generated from the following file: