maliput
vector_base.h File Reference
#include <initializer_list>
#include <ostream>
#include <sstream>
#include <stdexcept>
#include <utility>
#include "maliput/drake/common/default_scalars.h"
#include "maliput/drake/common/drake_assert.h"
#include "maliput/drake/common/drake_copyable.h"
#include "maliput/drake/common/drake_throw.h"
#include "maliput/drake/common/eigen_types.h"
#include "maliput/drake/common/nice_type_name.h"
#include "maliput/drake/common/unused.h"
Include dependency graph for vector_base.h:
This graph shows which files directly or indirectly include this file:

Classes

class  VectorBase< T >
 VectorBase is an abstract base class that real-valued signals between Systems and real-valued System state vectors must implement. 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 VectorBase< T > &vec)
 Allows a VectorBase<T> to be streamed into a string as though it were a RowVectorX<T>. More...