xrpld
Loading...
Searching...
No Matches
xrpl::ReadView::SlesType Struct Reference

#include <ReadView.h>

Inheritance diagram for xrpl::ReadView::SlesType:
Collaboration diagram for xrpl::ReadView::SlesType:

Public Types

using iter_base
using const_iterator
using value_type

Public Member Functions

 SlesType (ReadView const &view)
Iterator begin () const
Iterator end () const
Iterator upperBound (key_type const &key) const

Protected Attributes

ReadView const * view_

Detailed Description

Definition at line 39 of file ReadView.h.

Member Typedef Documentation

◆ iter_base

using xrpl::detail::ReadViewFwdRange< SLE::const_pointer >::iter_base
inherited

Definition at line 49 of file ReadViewFwdRange.h.

◆ const_iterator

using xrpl::detail::ReadViewFwdRange< SLE::const_pointer >::const_iterator
inherited

Definition at line 112 of file ReadViewFwdRange.h.

◆ value_type

using xrpl::detail::ReadViewFwdRange< SLE::const_pointer >::value_type
inherited

Definition at line 114 of file ReadViewFwdRange.h.

Constructor & Destructor Documentation

◆ SlesType()

xrpl::ReadView::SlesType::SlesType ( ReadView const & view)
explicit

Definition at line 16 of file ReadView.cpp.

Member Function Documentation

◆ begin()

auto xrpl::ReadView::SlesType::begin ( ) const
nodiscard

Definition at line 21 of file ReadView.cpp.

◆ end()

auto xrpl::ReadView::SlesType::end ( ) const
nodiscard

Definition at line 27 of file ReadView.cpp.

◆ upperBound()

auto xrpl::ReadView::SlesType::upperBound ( key_type const & key) const
nodiscard

Definition at line 33 of file ReadView.cpp.

Member Data Documentation

◆ view_

ReadView const* xrpl::detail::ReadViewFwdRange< SLE::const_pointer >::view_
protectedinherited

Definition at line 126 of file ReadViewFwdRange.h.