#include <thread_safe_map.hpp>
|
| T | find (std::string first) |
| |
| bool | insert (const std::string &first, const T &value) |
| |
| std::vector< std::string > | keys () |
| |
| | Map () |
| |
| bool | update (const std::string &first, const T &value) |
| |
| | ~Map () |
| |
template<class T>
class threadsafe::Map< T >
Definition at line 45 of file thread_safe_map.hpp.
◆ InternalMap
◆ Map()
◆ ~Map()
◆ find()
◆ insert()
template<class T>
| bool threadsafe::Map< T >::insert |
( |
const std::string & |
first, |
|
|
const T & |
value |
|
) |
| |
|
inline |
◆ keys()
◆ update()
template<class T>
| bool threadsafe::Map< T >::update |
( |
const std::string & |
first, |
|
|
const T & |
value |
|
) |
| |
|
inline |
◆ keys_
◆ lock_wait_time
◆ map_
◆ mutex_
The documentation for this class was generated from the following file: