Remake
Loading...
Searching...
No Matches
variable_generator Struct Reference
Inheritance diagram for variable_generator:
generator

Public Member Functions

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

Public Attributes

std::string name
string_list::const_iterator vcur
string_list::const_iterator vend

Detailed Description

Generator for the words of a variable.

Definition at line 1191 of file remake.cpp.

Member Data Documentation

◆ name

std::string variable_generator::name

Definition at line 1193 of file remake.cpp.

Referenced by variable_generator().

◆ vcur

string_list::const_iterator variable_generator::vcur

Definition at line 1194 of file remake.cpp.

Referenced by next(), and variable_generator().

◆ vend

string_list::const_iterator variable_generator::vend

Definition at line 1194 of file remake.cpp.

Referenced by next(), and variable_generator().


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