maliput
context.h File Reference
Include dependency graph for context.h:
This graph shows which files directly or indirectly include this file:

Classes

class  Context< T >
 Context is an abstract class template that represents all the typed values that are used in a System's computations: time, numeric-valued input ports, numerical state, and numerical parameters. 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
 

Functions

template<typename T >
std::ostream & operator<< (std::ostream &os, const Context< T > &context)