Autoware.Auto
variable.hpp File Reference

Contains base tag structs that define variables and traits to check if a type is one. More...

#include <state_vector/visibility_control.hpp>
#include <type_traits>
Include dependency graph for variable.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  autoware::common::state_vector::Variable
 A tag struct used to disambiguate variables from other types. More...
 
struct  autoware::common::state_vector::AngleVariable
 A tag struct used to disambiguate variables that store angles from other types. More...
 
struct  autoware::common::state_vector::is_variable< T >
 A trait to check if a type is a variable by checking if it inherits from Variable. More...
 
struct  autoware::common::state_vector::is_angle< T >
 A trait to check if a variable represents an angle. More...
 

Namespaces

 autoware
 This file defines the lanelet2_map_provider_node class.
 
 autoware::common
 
 autoware::common::state_vector
 

Detailed Description

Contains base tag structs that define variables and traits to check if a type is one.