|
xrpld
|
#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 270 of file jtx/TestHelpers.h.
| using xrpl::test::jtx::JTxFieldWrapper< BlobField >::JF = BlobField |
Definition at line 272 of file jtx/TestHelpers.h.
| using xrpl::test::jtx::JTxFieldWrapper< BlobField >::SF = JF::SF |
Definition at line 273 of file jtx/TestHelpers.h.
| using xrpl::test::jtx::JTxFieldWrapper< BlobField >::SV = JF::SV |
Definition at line 274 of file jtx/TestHelpers.h.
|
explicit |
Definition at line 280 of file jtx/TestHelpers.h.
| JF xrpl::test::jtx::JTxFieldWrapper< BlobField >::operator() | ( | SV const & | cond | ) | const |
Definition at line 285 of file jtx/TestHelpers.h.
| JF xrpl::test::jtx::JTxFieldWrapper< BlobField >::operator() | ( | Slice const & | cond | ) | const |
Definition at line 291 of file jtx/TestHelpers.h.
| JF xrpl::test::jtx::JTxFieldWrapper< BlobField >::operator() | ( | std::array< std::uint8_t, N > const & | c | ) | const |
Definition at line 298 of file jtx/TestHelpers.h.
|
protected |
Definition at line 277 of file jtx/TestHelpers.h.