xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::JTxFieldWrapper< JTxField > Struct Template Reference

#include <TestHelpers.h>

Collaboration diagram for xrpl::test::jtx::JTxFieldWrapper< JTxField >:

Public Types

using JF = JTxField
using SF = JF::SF
using SV = 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 xrpl::test::jtx::JTxFieldWrapper< JTxField >

Definition at line 214 of file jtx/TestHelpers.h.

Member Typedef Documentation

◆ JF

Definition at line 216 of file jtx/TestHelpers.h.

◆ SF

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

Definition at line 217 of file jtx/TestHelpers.h.

◆ SV

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

Definition at line 218 of file jtx/TestHelpers.h.

Constructor & Destructor Documentation

◆ JTxFieldWrapper()

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

Definition at line 224 of file jtx/TestHelpers.h.

Member Function Documentation

◆ operator()()

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

Definition at line 229 of file jtx/TestHelpers.h.

Member Data Documentation

◆ sfield_

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

Definition at line 221 of file jtx/TestHelpers.h.