rippled
Public Types | Public Member Functions | Protected Attributes | List of all members
ripple::ReadView::txs_type Struct Reference
Inheritance diagram for ripple::ReadView::txs_type:
Inheritance graph
[legend]
Collaboration diagram for ripple::ReadView::txs_type:
Collaboration graph
[legend]

Public Types

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

Public Member Functions

 txs_type (ReadView const &view)
 
bool empty () const
 
iterator begin () const
 
iterator end () const
 

Protected Attributes

ReadView const * view_
 

Detailed Description

Definition at line 146 of file ReadView.h.

Member Typedef Documentation

◆ iter_base

using ripple::detail::ReadViewFwdRange< tx_type >::iter_base = ReadViewFwdIter<tx_type >
inherited

Definition at line 70 of file ReadViewFwdRange.h.

◆ const_iterator

Definition at line 135 of file ReadViewFwdRange.h.

◆ value_type

Definition at line 137 of file ReadViewFwdRange.h.

Constructor & Destructor Documentation

◆ txs_type()

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

Definition at line 46 of file ReadView.cpp.

Member Function Documentation

◆ empty()

bool ripple::ReadView::txs_type::empty ( ) const

Definition at line 51 of file ReadView.cpp.

◆ begin()

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

Definition at line 57 of file ReadView.cpp.

◆ end()

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

Definition at line 63 of file ReadView.cpp.

Member Data Documentation

◆ view_

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

Definition at line 149 of file ReadViewFwdRange.h.