#include <runtime_impl.h>
|
| bool | exists (const K &key) const |
| |
| bool | put (const K &key, const V &value, bool replace=false) |
| |
| V | get (const K &key, const V &defval) const |
| |
◆ exists()
template<typename K , typename V , typename LT = Mutex>
◆ get()
template<typename K , typename V , typename LT = Mutex>
◆ put()
template<typename K , typename V , typename LT = Mutex>
| bool Realm::LockedMap< K, V, LT >::put |
( |
const K & |
key, |
|
|
const V & |
value, |
|
|
bool |
replace = false |
|
) |
| |
|
inline |
◆ map
template<typename K , typename V , typename LT = Mutex>
◆ mutex
template<typename K , typename V , typename LT = Mutex>
The documentation for this class was generated from the following file: