|
rippled
|
#include <TestHelpers.h>

Public Types | |
| using | JF = blobField |
| using | SF = JF::SF |
| using | SV = JF::SV |
Public Member Functions | |
| JTxFieldWrapper (SF const &sfield) | |
| JF | operator() (SV const &cond) const |
| JF | operator() (Slice const &cond) const |
| template<size_t N> | |
| JF | operator() (std::array< std::uint8_t, N > const &c) const |
Protected Attributes | |
| SF const & | sfield_ |
Definition at line 236 of file jtx/TestHelpers.h.
| using xrpl::test::jtx::JTxFieldWrapper< blobField >::JF = blobField |
Definition at line 238 of file jtx/TestHelpers.h.
| using xrpl::test::jtx::JTxFieldWrapper< blobField >::SF = JF::SF |
Definition at line 239 of file jtx/TestHelpers.h.
| using xrpl::test::jtx::JTxFieldWrapper< blobField >::SV = JF::SV |
Definition at line 240 of file jtx/TestHelpers.h.
|
explicit |
Definition at line 246 of file jtx/TestHelpers.h.
| JF xrpl::test::jtx::JTxFieldWrapper< blobField >::operator() | ( | SV const & | cond | ) | const |
Definition at line 251 of file jtx/TestHelpers.h.
| JF xrpl::test::jtx::JTxFieldWrapper< blobField >::operator() | ( | Slice const & | cond | ) | const |
Definition at line 257 of file jtx/TestHelpers.h.
| JF xrpl::test::jtx::JTxFieldWrapper< blobField >::operator() | ( | std::array< std::uint8_t, N > const & | c | ) | const |
Definition at line 264 of file jtx/TestHelpers.h.
|
protected |
Definition at line 243 of file jtx/TestHelpers.h.