maliput
dependency_tracker.h File Reference

Detailed Description

Declares DependencyTracker and DependencyGraph which is the container for trackers.

#include <cstdint>
#include <memory>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
#include "maliput/drake/common/drake_assert.h"
#include "maliput/drake/common/drake_copyable.h"
#include "maliput/drake/common/text_logging.h"
#include "maliput/drake/systems/framework/cache.h"
#include "maliput/drake/systems/framework/framework_common.h"
Include dependency graph for dependency_tracker.h:
This graph shows which files directly or indirectly include this file:

Classes

class  DependencyTracker
 Manages value interdependencies for a particular value or set of values in a Context. More...
 
class  DependencyGraph
 Represents the portion of the complete dependency graph that is a subgraph centered on the owning subcontext, plus some edges leading to other subcontexts. More...
 

Namespaces

 maliput
 Code in this file is inspired by: https://github.com/RobotLocomotion/drake/blob/master/common/text_logging.h.
 
 maliput::drake
 
 maliput::drake::systems