BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <simple_index.hpp>
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = std::vector< std::unique_ptr< object > >::value_type |
using | difference_type = std::vector< std::unique_ptr< object > >::difference_type |
using | pointer = std::vector< std::unique_ptr< object > >::pointer |
using | reference = std::vector< std::unique_ptr< object > >::reference |
Public Member Functions | |
const_iterator (const std::vector< std::unique_ptr< object >> &objects) | |
const_iterator (const std::vector< std::unique_ptr< object >> &objects, const std::vector< std::unique_ptr< object >>::const_iterator &a) | |
const T & | operator* () const |
const_iterator | operator++ (int) |
const_iterator & | operator++ () |
Friends | |
bool | operator== (const const_iterator &a, const const_iterator &b) |
bool | operator!= (const const_iterator &a, const const_iterator &b) |
Definition at line 102 of file simple_index.hpp.
using graphene::db::simple_index< T >::const_iterator::difference_type = std::vector<std::unique_ptr<object> >::difference_type |
Definition at line 127 of file simple_index.hpp.
using graphene::db::simple_index< T >::const_iterator::iterator_category = std::forward_iterator_tag |
Definition at line 125 of file simple_index.hpp.
using graphene::db::simple_index< T >::const_iterator::pointer = std::vector<std::unique_ptr<object> >::pointer |
Definition at line 128 of file simple_index.hpp.
using graphene::db::simple_index< T >::const_iterator::reference = std::vector<std::unique_ptr<object> >::reference |
Definition at line 129 of file simple_index.hpp.
using graphene::db::simple_index< T >::const_iterator::value_type = std::vector<std::unique_ptr<object> >::value_type |
Definition at line 126 of file simple_index.hpp.
|
inlineexplicit |
Definition at line 105 of file simple_index.hpp.
|
inline |
Definition at line 106 of file simple_index.hpp.
|
inline |
Definition at line 111 of file simple_index.hpp.
|
inline |
Definition at line 118 of file simple_index.hpp.
|
inline |
Definition at line 112 of file simple_index.hpp.
|
friend |
Definition at line 110 of file simple_index.hpp.
|
friend |
Definition at line 109 of file simple_index.hpp.