![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
This class implements a thread-safe std::map. More...
#include <concurrent_map.h>
Public Member Functions | |
| void | write (int key, Data const &data) |
| std::map< int, Data > | get_map_copy () |
| size_t | size () |
| bool | read (int key, Data &p_data) |
This class implements a thread-safe std::map.
Definition at line 37 of file concurrent_map.h.
1.8.14