xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::UInt256Field Struct Reference

#include <TestHelpers.h>

Inheritance diagram for xrpl::test::jtx::UInt256Field:
Collaboration diagram for xrpl::test::jtx::UInt256Field:

Public Types

using SF = SF_UINT256
using SV = uint256
using OV = std::string
using base = JTxField<SF, SV, OV>

Public Member Functions

 UInt256Field (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 105 of file jtx/TestHelpers.h.

Member Typedef Documentation

◆ SF

◆ SV

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

◆ OV

◆ base

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

Constructor & Destructor Documentation

◆ UInt256Field()

xrpl::test::jtx::UInt256Field::UInt256Field ( SF const & sfield,
SV const & value )
explicit

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

Member Function Documentation

◆ value()

OV xrpl::test::jtx::UInt256Field::value ( ) const
nodiscardoverridevirtual

◆ operator()()

virtual void xrpl::test::jtx::JTxField< SF_UINT256, uint256, std::string >::operator() ( Env & ,
JTx & jt ) const
virtualinherited

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

Member Data Documentation

◆ value_

SV xrpl::test::jtx::JTxField< SF, SV, OV >::value_
protected

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

◆ sfield_

SF const& xrpl::test::jtx::JTxField< SF_UINT256, uint256, std::string >::sfield_
protectedinherited

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