rippled
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Attributes | List of all members
ripple::ReadView::sles_type Struct Reference

#include <ReadView.h>

Inheritance diagram for ripple::ReadView::sles_type:
Inheritance graph
[legend]
Collaboration diagram for ripple::ReadView::sles_type:
Collaboration graph
[legend]

Public Types

using iter_base = ReadViewFwdIter< ValueType >
 
using const_iterator = iterator
 
using value_type = ValueType
 

Public Member Functions

 sles_type (ReadView const &view)
 
iterator begin () const
 
iterator end () const
 
iterator upper_bound (key_type const &key) const
 

Protected Attributes

ReadView const * view_
 

Detailed Description

Definition at line 41 of file ReadView.h.

Member Typedef Documentation

◆ iter_base

template<class ValueType >
using ripple::detail::ReadViewFwdRange< ValueType >::iter_base = ReadViewFwdIter<ValueType>
inherited

Definition at line 50 of file ReadViewFwdRange.h.

◆ const_iterator

template<class ValueType >
using ripple::detail::ReadViewFwdRange< ValueType >::const_iterator = iterator
inherited

Definition at line 115 of file ReadViewFwdRange.h.

◆ value_type

template<class ValueType >
using ripple::detail::ReadViewFwdRange< ValueType >::value_type = ValueType
inherited

Definition at line 117 of file ReadViewFwdRange.h.

Constructor & Destructor Documentation

◆ sles_type()

ripple::ReadView::sles_type::sles_type ( ReadView const &  view)
explicit

Definition at line 5 of file ReadView.cpp.

Member Function Documentation

◆ begin()

auto ripple::ReadView::sles_type::begin ( ) const

Definition at line 10 of file ReadView.cpp.

◆ end()

auto ripple::ReadView::sles_type::end ( ) const

Definition at line 16 of file ReadView.cpp.

◆ upper_bound()

auto ripple::ReadView::sles_type::upper_bound ( key_type const &  key) const

Definition at line 22 of file ReadView.cpp.

Member Data Documentation

◆ view_

template<class ValueType >
ReadView const* ripple::detail::ReadViewFwdRange< ValueType >::view_
protectedinherited

Definition at line 129 of file ReadViewFwdRange.h.