Remake
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 1285 of file remake.cpp.

Member Data Documentation

input_generator addprefix_generator::gen

Definition at line 1287 of file remake.cpp.

Referenced by addprefix_generator(), and next().

string_list addprefix_generator::pre

Definition at line 1288 of file remake.cpp.

Referenced by addprefix_generator(), and next().

string_list::const_iterator addprefix_generator::prei

Definition at line 1289 of file remake.cpp.

Referenced by next().

size_t addprefix_generator::prej

Definition at line 1290 of file remake.cpp.

Referenced by addprefix_generator(), and next().

size_t addprefix_generator::prel

Definition at line 1290 of file remake.cpp.

Referenced by addprefix_generator(), and next().

std::string addprefix_generator::suf

Definition at line 1291 of file remake.cpp.

Referenced by next().


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