|
rippled
|
#include <TestHelpers.h>
Public Types | |
| using | JF = JTxField |
| using | SF = typename JF::SF |
| using | SV = typename JF::SV |
Public Member Functions | |
| JTxFieldWrapper (SF const &sfield) | |
| JF | operator() (SV const &value) const |
Protected Attributes | |
| SF const & | sfield_ |
Definition at line 231 of file TestHelpers.h.
| using xrpl::test::jtx::JTxFieldWrapper< JTxField >::JF = JTxField |
Definition at line 233 of file TestHelpers.h.
| using xrpl::test::jtx::JTxFieldWrapper< JTxField >::SF = typename JF::SF |
Definition at line 234 of file TestHelpers.h.
| using xrpl::test::jtx::JTxFieldWrapper< JTxField >::SV = typename JF::SV |
Definition at line 235 of file TestHelpers.h.
|
explicit |
Definition at line 241 of file TestHelpers.h.
| JF xrpl::test::jtx::JTxFieldWrapper< JTxField >::operator() | ( | SV const & | value | ) | const |
Definition at line 246 of file TestHelpers.h.
|
protected |
Definition at line 238 of file TestHelpers.h.