| 
    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 17 of file ReadViewFwdRange.h.
| using ripple::detail::ReadViewFwdIter< ValueType >::base_type = ReadViewFwdIter | 
Definition at line 20 of file ReadViewFwdRange.h.
| using ripple::detail::ReadViewFwdIter< ValueType >::value_type = ValueType | 
Definition at line 22 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.