This class implements a thread-safe std::map.
More...
#include <concurrent_map.h>
|
| void | write (int key, Data const &data) |
| std::map< int, Data > | get_map_copy () const & |
| std::map< int, Data > | get_map_copy () && |
| size_t | size () const |
| bool | read (int key, Data &p_data) const |
template<typename Data>
class Concurrent_Map< Data >
This class implements a thread-safe std::map.
Definition at line 37 of file concurrent_map.h.
◆ get_map_copy() [1/2]
◆ get_map_copy() [2/2]
template<typename Data>
| std::map< int, Data > Concurrent_Map< Data >::get_map_copy |
( |
| ) |
const & |
|
inline |
◆ read()
◆ size()
◆ write()
The documentation for this class was generated from the following file: