CARLA
Classes | Namespaces
CompileTimeTypeMap.h File Reference
#include <type_traits>
#include <utility>
+ Include dependency graph for CompileTimeTypeMap.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  carla::sensor::CompileTimeTypeMap< Items >
 A compile time structure for mapping two types. More...
 
struct  carla::sensor::detail::CompileTimeTypeMapImpl< Size,... >
 Private implementation of the CompileTimeTypeMap. More...
 
struct  carla::sensor::detail::CompileTimeTypeMapImpl< Size >
 Specialization for an empty map, it is retrieved when a key cannot be found. More...
 
struct  carla::sensor::detail::CompileTimeTypeMapImpl< Size, std::pair< Key, Value >, Rest... >
 
struct  carla::sensor::detail::CompileTimeTypeMapImpl< Size, std::pair< Key, Value >, Rest... >::get< InKey >
 
struct  carla::sensor::detail::CompileTimeTypeMapImpl< Size >::get< InKey >
 
struct  carla::sensor::detail::CompileTimeTypeMapImpl< Size, std::pair< Key, Value >, Rest... >::get_by_index< Index >
 
struct  carla::sensor::detail::CompileTimeTypeMapImpl< Size >::get_by_index< Index >
 

Namespaces

 carla
 This file contains definitions of common data structures used in traffic manager.
 
 carla::sensor
 
 carla::sensor::detail