|
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 253 of file TestHelpers.h.
| using xrpl::test::jtx::JTxFieldWrapper< blobField >::JF = blobField |
Definition at line 255 of file TestHelpers.h.
| using xrpl::test::jtx::JTxFieldWrapper< blobField >::SF = JF::SF |
Definition at line 256 of file TestHelpers.h.
| using xrpl::test::jtx::JTxFieldWrapper< blobField >::SV = JF::SV |
Definition at line 257 of file TestHelpers.h.
|
explicit |
Definition at line 263 of file TestHelpers.h.
| JF xrpl::test::jtx::JTxFieldWrapper< blobField >::operator() | ( | SV const & | cond | ) | const |
Definition at line 268 of file TestHelpers.h.
| JF xrpl::test::jtx::JTxFieldWrapper< blobField >::operator() | ( | Slice const & | cond | ) | const |
Definition at line 274 of file TestHelpers.h.
| JF xrpl::test::jtx::JTxFieldWrapper< blobField >::operator() | ( | std::array< std::uint8_t, N > const & | c | ) | const |
Definition at line 281 of file TestHelpers.h.
|
protected |
Definition at line 260 of file TestHelpers.h.