Declares CacheEntryValue and Cache, which is the container for cache entry values.
#include <cstdint>#include <memory>#include <set>#include <stdexcept>#include <string>#include <utility>#include <vector>#include "drake/common/copyable_unique_ptr.h"#include "drake/common/drake_assert.h"#include "drake/common/reset_on_copy.h"#include "drake/common/value.h"#include "drake/systems/framework/framework_common.h"Classes | |
| class | CacheEntryValue |
| (Advanced) This is the representation in the Context for the value of one of a System's CacheEntry objects. More... | |
| class | Cache |
| (Advanced) Stores all the CacheEntryValue objects owned by a particular Context, organized to allow fast access using a CacheIndex as an index. More... | |
Namespaces | |
| drake | |
| drake::systems | |