|
rippled
|
#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 207 of file TestHelpers.h.
| using xrpl::test::jtx::valueUnitField< SField, UnitTag, ValueType >::SF = SField |
Definition at line 210 of file TestHelpers.h.
| using xrpl::test::jtx::valueUnitField< SField, UnitTag, ValueType >::SV = unit::ValueUnit<UnitTag, ValueType> |
Definition at line 211 of file TestHelpers.h.
| using xrpl::test::jtx::valueUnitField< SField, UnitTag, ValueType >::OV = ValueType |
Definition at line 212 of file TestHelpers.h.
| using xrpl::test::jtx::valueUnitField< SField, UnitTag, ValueType >::base = JTxField<SF, SV, OV> |
Definition at line 213 of file TestHelpers.h.
|
overridevirtual |
Implements xrpl::test::jtx::JTxField< SField, unit::ValueUnit< UnitTag, ValueType >, ValueType >.
Definition at line 224 of file TestHelpers.h.
|
virtualinherited |
Definition at line 63 of file TestHelpers.h.
|
protected |
Definition at line 49 of file TestHelpers.h.
|
protectedinherited |
Definition at line 48 of file TestHelpers.h.