|
fc::mutex & | get_mutex () const |
| Iterations require a lock. This exposes the mutex. Use with care (i.e. lock_guard) More...
|
|
std::unordered_set< Key, Hash, Pred >::const_iterator | find (Key key) |
|
|
std::pair< typename std::unordered_set< Key, Hash, Pred >::iterator, bool > | emplace (Key key) |
|
std::pair< typename std::unordered_set< Key, Hash, Pred >::iterator, bool > | insert (const Key &val) |
|
|
size_t | size () const |
|
bool | empty () const noexcept |
|
|
void | clear () noexcept |
|
std::unordered_set< Key, Hash, Pred >::iterator | erase (typename std::unordered_set< Key, Hash, Pred >::const_iterator itr) |
|
size_t | erase (const Key &key) |
|
|
void | swap (typename std::unordered_set< Key, Hash, Pred > &other) noexcept |
|
|
std::unordered_set< Key, Hash, Pred >::iterator | begin () noexcept |
|
std::unordered_set< Key, Hash, Pred >::const_iterator | begin () const noexcept |
|
std::unordered_set< Key, Hash, Pred >::local_iterator | begin (size_t n) |
|
std::unordered_set< Key, Hash, Pred >::const_local_iterator | begin (size_t n) const |
|
std::unordered_set< Key, Hash, Pred >::iterator | end () noexcept |
|
std::unordered_set< Key, Hash, Pred >::const_iterator | end () const noexcept |
|
std::unordered_set< Key, Hash, Pred >::local_iterator | end (size_t n) |
|
std::unordered_set< Key, Hash, Pred >::const_local_iterator | end (size_t n) const |
|
template<class Key, class Hash = std::hash<Key>, class Pred = std::equal_to<Key>>
class graphene::net::detail::concurrent_unordered_set< Key, Hash, Pred >
Definition at line 66 of file node_impl.hxx.