maliput
cache.h File Reference

Detailed Description

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 "maliput/drake/common/copyable_unique_ptr.h"
#include "maliput/drake/common/drake_assert.h"
#include "maliput/drake/common/never_destroyed.h"
#include "maliput/drake/common/reset_on_copy.h"
#include "maliput/drake/common/value.h"
#include "maliput/drake/systems/framework/framework_common.h"
Include dependency graph for cache.h:
This graph shows which files directly or indirectly include this file:

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

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