Simplified dependency graph. More...
Public Member Functions | |
Graph (shared_ptr< Record > first, shared_ptr< Record > last, bool hasChanged) | |
Public Attributes | |
shared_ptr< Record > | first_ |
shared_ptr< Record > | last_ |
bool | hasChanged_ |
Simplified dependency graph.
Keys might import their values from other keys. This reference system creates complex dependencies between different keys. This struct
is a very simplified version of the dependency tree of a key. (See getGraph().)