Apollo  6.0
Open source self driving car software
Classes | Namespaces
atomic_hash_map.h File Reference
#include <atomic>
#include <cstdint>
#include <type_traits>
#include <utility>
Include dependency graph for atomic_hash_map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  apollo::cyber::base::AtomicHashMap< K, V, TableSize, std::enable_if< std::is_integral< K >::value &&(TableSize &(TableSize - 1))==0, int >::type >
 A implementation of lock-free fixed size hash map. More...
 

Namespaces

 apollo
 PlanningContext is the runtime context in planning. It is persistent across multiple frames.
 
 apollo::cyber
 
 apollo::cyber::base