|
Ninja
|
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_ |
Store dynamically-discovered dependency information for one edge.
| std::vector<Node*> Dyndeps::implicit_inputs_ |
Definition at line 34 of file dyndep.h.
Referenced by DyndepParser::ParseEdge(), and DyndepLoader::UpdateEdge().
| std::vector<Node*> Dyndeps::implicit_outputs_ |
Definition at line 35 of file dyndep.h.
Referenced by DyndepParser::ParseEdge(), and DyndepLoader::UpdateEdge().
| bool Dyndeps::restat_ |
Definition at line 33 of file dyndep.h.
Referenced by DyndepParser::ParseEdge(), and DyndepLoader::UpdateEdge().