|
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 180 of file TestHelpers.h.
Definition at line 182 of file TestHelpers.h.
Definition at line 183 of file TestHelpers.h.
| using ripple::test::jtx::blobField::base = JTxField<SF, SV, SV> |
Definition at line 184 of file TestHelpers.h.
|
inherited |
Definition at line 62 of file TestHelpers.h.
Definition at line 188 of file TestHelpers.h.
|
explicit |
Definition at line 194 of file TestHelpers.h.
|
explicit |
Definition at line 69 of file TestHelpers.h.
|
pure virtualinherited |
|
virtualinherited |
Definition at line 80 of file TestHelpers.h.
|
protectedinherited |
Definition at line 65 of file TestHelpers.h.
|
protectedinherited |
Definition at line 66 of file TestHelpers.h.