Declares DependencyTracker and DependencyGraph which is the container for trackers.
#include <cstdint>#include <memory>#include <string>#include <unordered_map>#include <utility>#include <vector>#include "drake/common/drake_assert.h"#include "drake/common/drake_copyable.h"#include "drake/systems/framework/cache.h"#include "drake/systems/framework/framework_common.h"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 | |
| drake | |
| drake::systems | |