eosio::multi_index::index::const_iterator
#include <multi_index.hpp>
Inherits from std::iterator< std::bidirectional_iterator_tag, const T >
Public Functions
| Name | |
|---|---|
| const T & | operator*() const |
| const T * | operator->() const |
| const_iterator | operator++(int ) |
| const_iterator | operator--(int ) |
| const_iterator & | operator++() |
| const_iterator & | operator--() |
| const_iterator() |
Friends
| Name | |
|---|---|
| struct | index |
Public Functions Documentation
function operator*
inline const T & operator*() const
function operator->
inline const T * operator->() const
function operator++
inline const_iterator operator++(
int
)
function operator--
inline const_iterator operator--(
int
)
function operator++
inline const_iterator & operator++()
function operator--
inline const_iterator & operator--()
function const_iterator
inline const_iterator()
Friends
friend index
friend struct index(
index
);
Updated on 2022-12-05 at 15:38:07 +0000