|
rippled
|
#include <ReadViewFwdRange.h>

Public Types | |
| using | base_type = ReadViewFwdIter |
| using | value_type = ValueType |
Public Member Functions | |
| ReadViewFwdIter ()=default | |
| ReadViewFwdIter (ReadViewFwdIter const &)=default | |
| ReadViewFwdIter & | operator= (ReadViewFwdIter const &)=default |
| virtual | ~ReadViewFwdIter ()=default |
| virtual std::unique_ptr< ReadViewFwdIter > | copy () const =0 |
| virtual bool | equal (ReadViewFwdIter const &impl) const =0 |
| virtual void | increment ()=0 |
| virtual value_type | dereference () const =0 |
Definition at line 36 of file ReadViewFwdRange.h.
| using ripple::detail::ReadViewFwdIter< ValueType >::base_type = ReadViewFwdIter |
Definition at line 39 of file ReadViewFwdRange.h.
| using ripple::detail::ReadViewFwdIter< ValueType >::value_type = ValueType |
Definition at line 41 of file ReadViewFwdRange.h.
|
default |
|
default |
|
virtualdefault |
|
default |
|
pure virtual |
Implemented in ripple::detail::RawStateTable::sles_iter_impl.
|
pure virtual |
|
pure virtual |
Implemented in ripple::detail::RawStateTable::sles_iter_impl.
|
pure virtual |
Implemented in ripple::detail::RawStateTable::sles_iter_impl.