|
|
using | key_type = typename MapType::key_type |
| |
|
using | mapped_type = typename MapType::mapped_type |
| |
|
using | value_type = typename MapType::value_type |
| |
|
using | iterator = typename MapType::iterator |
| |
|
using | const_iterator = typename MapType::const_iterator |
| |
|
|
mapped_type & | operator[] (const key_type &k) |
| |
|
iterator | find (const key_type &k) |
| |
|
const_iterator | find (const key_type &k) const |
| |
|
std::size_t | count (const key_type &k) const |
| |
|
iterator | begin () |
| |
|
iterator | end () |
| |
|
const_iterator | begin () const |
| |
|
const_iterator | end () const |
| |
|
std::size_t | size () const |
| |
|
bool | empty () const |
| |
|
void | clear () |
| |
|
|
MapType | m_map |
| |
|
std::mutex | m_mutex |
| |
The documentation for this class was generated from the following file:
- /home/runner/work/wildmeshing-toolkit/wildmeshing-toolkit/src/wmtk/threading/concurrent_map.hpp