Remake
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
variable_generator Struct Reference
Inheritance diagram for variable_generator:
generator

Public Member Functions

 variable_generator (std::string const &, assign_list const *)
 
input_status next (std::string &)
 
- Public Member Functions inherited from generator
virtual ~generator ()
 

Public Attributes

std::string name
 
string_list::const_iterator cur1
 
string_list::const_iterator end1
 
assign_list::const_iterator cur2
 
assign_list::const_iterator end2
 

Detailed Description

Generator for the words of a variable.

Definition at line 1048 of file remake.cpp.

Member Data Documentation

string_list::const_iterator variable_generator::cur1

Definition at line 1051 of file remake.cpp.

Referenced by next(), and variable_generator().

assign_list::const_iterator variable_generator::cur2

Definition at line 1052 of file remake.cpp.

Referenced by next(), and variable_generator().

string_list::const_iterator variable_generator::end1

Definition at line 1051 of file remake.cpp.

Referenced by next(), and variable_generator().

assign_list::const_iterator variable_generator::end2

Definition at line 1052 of file remake.cpp.

Referenced by next(), and variable_generator().

std::string variable_generator::name

Definition at line 1050 of file remake.cpp.

Referenced by next(), and variable_generator().


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