Remake
Public Attributes | List of all members
job_t Struct Reference

Public Attributes

rule_t rule
 Original rule. More...
 
std::string stem
 Pattern used to instantiate the generic rule, if any. More...
 
variable_map vars
 Values of local variables. More...
 

Detailed Description

A job created from a set of rules.

Definition at line 562 of file remake.cpp.

Member Data Documentation

rule_t job_t::rule

Original rule.

Definition at line 564 of file remake.cpp.

Referenced by find_generic_rule(), find_rule(), prepare_script(), run_script(), and start().

std::string job_t::stem

Pattern used to instantiate the generic rule, if any.

Definition at line 565 of file remake.cpp.

Referenced by find_generic_rule(), and prepare_script().

variable_map job_t::vars

Values of local variables.

Definition at line 566 of file remake.cpp.

Referenced by prepare_script(), and start().


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