File small_map.hpp

Parent directory (include/cras_cpp_common)

Simple map implemented on top of a std::list<std::pair>. The map is append-only, with lock-free reads and mutex-protected insert.

Definition (include/cras_cpp_common/small_map.hpp)

Detailed Description

Martin Pecka

Includes

  • algorithm

  • list

  • mutex

  • utility

Namespaces

Classes