rippled
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Attributes | List of all members
ripple::test::jtx::accountIDField Struct Reference

#include <TestHelpers.h>

Inheritance diagram for ripple::test::jtx::accountIDField:
Inheritance graph
[legend]
Collaboration diagram for ripple::test::jtx::accountIDField:
Collaboration graph
[legend]

Public Types

using SF = SF_ACCOUNT
 
using SV = AccountID
 
using OV = std::string
 
using base = JTxField< SF, SV, OV >
 

Public Member Functions

 accountIDField (SF const &sfield, SV const &value)
 
OV value () const override
 
virtual void operator() (Env &, JTx &jt) const
 

Protected Attributes

SV value_
 
SF const & sfield_
 

Detailed Description

Definition at line 140 of file TestHelpers.h.

Member Typedef Documentation

◆ SF

Definition at line 142 of file TestHelpers.h.

◆ SV

Definition at line 143 of file TestHelpers.h.

◆ OV

Definition at line 144 of file TestHelpers.h.

◆ base

Definition at line 145 of file TestHelpers.h.

Constructor & Destructor Documentation

◆ accountIDField()

ripple::test::jtx::accountIDField::accountIDField ( SF const &  sfield,
SV const &  value 
)
explicit

Definition at line 151 of file TestHelpers.h.

Member Function Documentation

◆ value()

OV ripple::test::jtx::accountIDField::value ( ) const
overridevirtual

◆ operator()()

virtual void ripple::test::jtx::JTxField< SF_ACCOUNT , AccountID , std::string >::operator() ( Env ,
JTx jt 
) const
virtualinherited

Definition at line 63 of file TestHelpers.h.

Member Data Documentation

◆ value_

SV ripple::test::jtx::JTxField< SField, StoredValue, OutputValue >::value_
protected

Definition at line 49 of file TestHelpers.h.

◆ sfield_

SF const& ripple::test::jtx::JTxField< SF_ACCOUNT , AccountID , std::string >::sfield_
protectedinherited

Definition at line 48 of file TestHelpers.h.