|
rippled
|
#include <TestHelpers.h>


Public Types | |
| using | SF = SF_VL |
| using | SV = std::string |
| using | base = JTxField< SF, SV, SV > |
| using | OV = std::string |
Public Member Functions | |
| blobField (SF const &sfield, Slice const &cond) | |
| template<size_t N> | |
| blobField (SF const &sfield, std::array< std::uint8_t, N > const &c) | |
| JTxField (SF const &sfield, SV const &value) | |
| virtual OV | value () const=0 |
| virtual void | operator() (Env &, JTx &jt) const |
Protected Attributes | |
| SF const & | sfield_ |
| SV | value_ |
Definition at line 168 of file TestHelpers.h.
| using xrpl::test::jtx::blobField::SF = SF_VL |
Definition at line 170 of file TestHelpers.h.
Definition at line 171 of file TestHelpers.h.
| using xrpl::test::jtx::blobField::base = JTxField<SF, SV, SV> |
Definition at line 172 of file TestHelpers.h.
|
inherited |
Definition at line 34 of file TestHelpers.h.
Definition at line 176 of file TestHelpers.h.
|
explicit |
Definition at line 181 of file TestHelpers.h.
|
explicit |
Definition at line 41 of file TestHelpers.h.
|
pure virtualinherited |
|
virtualinherited |
Definition at line 51 of file TestHelpers.h.
|
protectedinherited |
Definition at line 37 of file TestHelpers.h.
|
protectedinherited |
Definition at line 38 of file TestHelpers.h.