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

#include <ReadView.h>

Inheritance diagram for xrpl::ReadView::TxsType:
Collaboration diagram for xrpl::ReadView::TxsType:

Public Types

using iter_base
using const_iterator
using value_type

Public Member Functions

 TxsType (ReadView const &view)
bool empty () const
Iterator begin () const
Iterator end () const

Protected Attributes

ReadView const * view_

Detailed Description

Definition at line 50 of file ReadView.h.

Member Typedef Documentation

◆ iter_base

using xrpl::detail::ReadViewFwdRange< tx_type >::iter_base
inherited

Definition at line 49 of file ReadViewFwdRange.h.

◆ const_iterator

using xrpl::detail::ReadViewFwdRange< tx_type >::const_iterator
inherited

Definition at line 112 of file ReadViewFwdRange.h.

◆ value_type

using xrpl::detail::ReadViewFwdRange< tx_type >::value_type
inherited

Definition at line 114 of file ReadViewFwdRange.h.

Constructor & Destructor Documentation

◆ TxsType()

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

Definition at line 38 of file ReadView.cpp.

Member Function Documentation

◆ empty()

bool xrpl::ReadView::TxsType::empty ( ) const
nodiscard

Definition at line 43 of file ReadView.cpp.

◆ begin()

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

Definition at line 49 of file ReadView.cpp.

◆ end()

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

Definition at line 55 of file ReadView.cpp.

Member Data Documentation

◆ view_

ReadView const* xrpl::detail::ReadViewFwdRange< tx_type >::view_
protectedinherited

Definition at line 126 of file ReadViewFwdRange.h.