rippled
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Attributes | List of all members
ripple::test::jtx::JTxFieldWrapper< JTxField > Struct Template Reference

#include <TestHelpers.h>

Public Types

using JF = JTxField
 
using SF = typename JF::SF
 
using SV = typename JF::SV
 

Public Member Functions

 JTxFieldWrapper (SF const &sfield)
 
JF operator() (SV const &value) const
 

Protected Attributes

SF const & sfield_
 

Detailed Description

template<class JTxField>
struct ripple::test::jtx::JTxFieldWrapper< JTxField >

Definition at line 208 of file TestHelpers.h.

Member Typedef Documentation

◆ JF

Definition at line 210 of file TestHelpers.h.

◆ SF

template<class JTxField >
using ripple::test::jtx::JTxFieldWrapper< JTxField >::SF = typename JF::SF

Definition at line 211 of file TestHelpers.h.

◆ SV

template<class JTxField >
using ripple::test::jtx::JTxFieldWrapper< JTxField >::SV = typename JF::SV

Definition at line 212 of file TestHelpers.h.

Constructor & Destructor Documentation

◆ JTxFieldWrapper()

template<class JTxField >
ripple::test::jtx::JTxFieldWrapper< JTxField >::JTxFieldWrapper ( SF const &  sfield)
explicit

Definition at line 218 of file TestHelpers.h.

Member Function Documentation

◆ operator()()

template<class JTxField >
JF ripple::test::jtx::JTxFieldWrapper< JTxField >::operator() ( SV const &  value) const

Definition at line 223 of file TestHelpers.h.

Member Data Documentation

◆ sfield_

template<class JTxField >
SF const& ripple::test::jtx::JTxFieldWrapper< JTxField >::sfield_
protected

Definition at line 215 of file TestHelpers.h.