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

Public Member Functions

 addprefix_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 pre
 
string_list::const_iterator prei
 
size_t prej
 
size_t prel
 
std::string suf
 

Detailed Description

Generator for the result of function addprefix.

Definition at line 1309 of file remake.cpp.

Member Data Documentation

◆ gen

input_generator addprefix_generator::gen

Definition at line 1311 of file remake.cpp.

Referenced by addprefix_generator(), and next().

◆ pre

string_list addprefix_generator::pre

Definition at line 1312 of file remake.cpp.

Referenced by addprefix_generator(), and next().

◆ prei

string_list::const_iterator addprefix_generator::prei

Definition at line 1313 of file remake.cpp.

Referenced by next().

◆ prej

size_t addprefix_generator::prej

Definition at line 1314 of file remake.cpp.

Referenced by addprefix_generator(), and next().

◆ prel

size_t addprefix_generator::prel

Definition at line 1314 of file remake.cpp.

Referenced by addprefix_generator(), and next().

◆ suf

std::string addprefix_generator::suf

Definition at line 1315 of file remake.cpp.

Referenced by next().


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