Remake
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
input_generator Struct Reference

Public Member Functions

 input_generator (std::istream &i, assign_list const *lv, bool e=false)
 
input_status next (std::string &)
 
 ~input_generator ()
 

Public Attributes

std::istream & in
 
generatornested
 
assign_list const * local_variables
 
bool earliest_exit
 
bool done
 

Detailed Description

Generator for the words of an input stream.

Definition at line 1119 of file remake.cpp.

Constructor & Destructor Documentation

input_generator::input_generator ( std::istream &  i,
assign_list const *  lv,
bool  e = false 
)
inline

Definition at line 1125 of file remake.cpp.

1126  : in(i), nested(NULL), local_variables(lv), earliest_exit(e), done(false) {}
input_generator::~input_generator ( )
inline

Definition at line 1128 of file remake.cpp.

1128 { assert(!nested); }

Member Data Documentation

bool input_generator::done

Definition at line 1124 of file remake.cpp.

Referenced by next().

bool input_generator::earliest_exit

Definition at line 1124 of file remake.cpp.

Referenced by next().

std::istream& input_generator::in
assign_list const* input_generator::local_variables

Definition at line 1123 of file remake.cpp.

Referenced by next().

generator* input_generator::nested

Definition at line 1122 of file remake.cpp.

Referenced by next(), and ~input_generator().


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