GNSS-SDR  0.0.21
An Open Source GNSS Software Defined Receiver
Public Member Functions | List of all members
Concurrent_Map< Data > Class Template Reference

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 () const &
 
std::map< int, Data > get_map_copy () &&
 
size_t size () const
 
bool read (int key, Data &p_data) const
 

Detailed Description

template<typename Data>
class Concurrent_Map< Data >

This class implements a thread-safe std::map.

Definition at line 37 of file concurrent_map.h.


The documentation for this class was generated from the following file: