|
xrpld
|
#include <TestHelpers.h>


Public Types | |
| using | SF = SField |
| using | SV = unit::ValueUnit<UnitTag, ValueType> |
| using | OV = ValueType |
| using | base = JTxField<SF, SV, OV> |
Public Member Functions | |
| OV | value () const override |
| virtual void | operator() (Env &, JTx &jt) const |
Protected Attributes | |
| SV | value_ |
| SF const & | sfield_ |
Definition at line 225 of file jtx/TestHelpers.h.
| using xrpl::test::jtx::ValueUnitField< SField, UnitTag, ValueType >::SF = SField |
Definition at line 227 of file jtx/TestHelpers.h.
| using xrpl::test::jtx::ValueUnitField< SField, UnitTag, ValueType >::SV = unit::ValueUnit<UnitTag, ValueType> |
Definition at line 228 of file jtx/TestHelpers.h.
| using xrpl::test::jtx::ValueUnitField< SField, UnitTag, ValueType >::OV = ValueType |
Definition at line 229 of file jtx/TestHelpers.h.
| using xrpl::test::jtx::ValueUnitField< SField, UnitTag, ValueType >::base = JTxField<SF, SV, OV> |
Definition at line 230 of file jtx/TestHelpers.h.
|
nodiscardoverridevirtual |
Implements xrpl::test::jtx::JTxField< SField, unit::ValueUnit< UnitTag, ValueType >, ValueType >.
Definition at line 241 of file jtx/TestHelpers.h.
|
virtualinherited |
Definition at line 88 of file jtx/TestHelpers.h.
|
protected |
Definition at line 75 of file jtx/TestHelpers.h.
|
protectedinherited |
Definition at line 74 of file jtx/TestHelpers.h.