Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <indirectmap.h>
Public Types | |
typedef base::iterator | iterator |
typedef base::const_iterator | const_iterator |
typedef base::size_type | size_type |
typedef base::value_type | value_type |
Public Member Functions | |
std::pair< iterator, bool > | insert (const value_type &value) |
iterator | find (const K &key) |
const_iterator | find (const K &key) const |
iterator | lower_bound (const K &key) |
const_iterator | lower_bound (const K &key) const |
size_type | erase (const K &key) |
size_type | count (const K &key) const |
bool | empty () const |
size_type | size () const |
size_type | max_size () const |
void | clear () |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
Private Types | |
typedef std::map< const K *, T, DereferencingComparator< const K * > > | base |
Private Attributes | |
base | m |
Definition at line 22 of file indirectmap.h.
|
private |
Definition at line 24 of file indirectmap.h.
typedef base::const_iterator indirectmap< K, T >::const_iterator |
Definition at line 28 of file indirectmap.h.
typedef base::iterator indirectmap< K, T >::iterator |
Definition at line 27 of file indirectmap.h.
typedef base::size_type indirectmap< K, T >::size_type |
Definition at line 29 of file indirectmap.h.
typedef base::value_type indirectmap< K, T >::value_type |
Definition at line 30 of file indirectmap.h.
|
inline |
Definition at line 48 of file indirectmap.h.
|
inline |
Definition at line 50 of file indirectmap.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 44 of file indirectmap.h.
|
inline |
|
inline |
Definition at line 51 of file indirectmap.h.
|
inline |
|
inline |
|
inline |
Definition at line 37 of file indirectmap.h.
|
inline |
|
inline |
|
inline |
Definition at line 39 of file indirectmap.h.
|
inline |
Definition at line 46 of file indirectmap.h.
|
inline |
|
private |
Definition at line 25 of file indirectmap.h.