Ninja
Public Member Functions | Public Attributes | List of all members
Dyndeps Struct Reference

Store dynamically-discovered dependency information for one edge. More...

#include <dyndep.h>

Public Member Functions

 Dyndeps ()
 

Public Attributes

std::vector< Node * > implicit_inputs_
 
std::vector< Node * > implicit_outputs_
 
bool restat_
 
bool used_
 

Detailed Description

Store dynamically-discovered dependency information for one edge.

Definition at line 30 of file dyndep.h.

Constructor & Destructor Documentation

◆ Dyndeps()

Dyndeps::Dyndeps ( )
inline

Definition at line 31 of file dyndep.h.

Member Data Documentation

◆ implicit_inputs_

std::vector<Node*> Dyndeps::implicit_inputs_

Definition at line 34 of file dyndep.h.

Referenced by DyndepParser::ParseEdge(), and DyndepLoader::UpdateEdge().

◆ implicit_outputs_

std::vector<Node*> Dyndeps::implicit_outputs_

Definition at line 35 of file dyndep.h.

Referenced by DyndepParser::ParseEdge(), and DyndepLoader::UpdateEdge().

◆ restat_

bool Dyndeps::restat_

Definition at line 33 of file dyndep.h.

Referenced by DyndepParser::ParseEdge(), and DyndepLoader::UpdateEdge().

◆ used_

bool Dyndeps::used_

Definition at line 32 of file dyndep.h.


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