BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <node_impl.hxx>
Public Member Functions | |
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 |
Definition at line 66 of file node_impl.hxx.
|
inlinenoexcept |
Definition at line 137 of file node_impl.hxx.
|
inlinenoexcept |
Iteration
Definition at line 132 of file node_impl.hxx.
|
inline |
Definition at line 142 of file node_impl.hxx.
|
inline |
Definition at line 147 of file node_impl.hxx.
|
inlinenoexcept |
Removal
Definition at line 105 of file node_impl.hxx.
|
inline |
Insertion
Definition at line 79 of file node_impl.hxx.
|
inlinenoexcept |
Definition at line 97 of file node_impl.hxx.
|
inlinenoexcept |
Definition at line 157 of file node_impl.hxx.
|
inlinenoexcept |
Definition at line 152 of file node_impl.hxx.
|
inline |
Definition at line 162 of file node_impl.hxx.
|
inline |
Definition at line 167 of file node_impl.hxx.
|
inline |
Definition at line 116 of file node_impl.hxx.
|
inline |
Definition at line 110 of file node_impl.hxx.
|
inline |
Search
Definition at line 174 of file node_impl.hxx.
|
inline |
Iterations require a lock. This exposes the mutex. Use with care (i.e. lock_guard)
Definition at line 75 of file node_impl.hxx.
|
inline |
Definition at line 84 of file node_impl.hxx.
|
inline |
Size
Definition at line 92 of file node_impl.hxx.
|
inlinenoexcept |
Swap
Definition at line 124 of file node_impl.hxx.