| 
    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 163 of file TestHelpers.h.
Definition at line 165 of file TestHelpers.h.
Definition at line 166 of file TestHelpers.h.
| using ripple::test::jtx::blobField::base = JTxField<SF, SV, SV> | 
Definition at line 167 of file TestHelpers.h.
      
  | 
  inherited | 
Definition at line 45 of file TestHelpers.h.
Definition at line 171 of file TestHelpers.h.
      
  | 
  explicit | 
Definition at line 177 of file TestHelpers.h.
      
  | 
  explicit | 
Definition at line 52 of file TestHelpers.h.
      
  | 
  pure virtualinherited | 
      
  | 
  virtualinherited | 
Definition at line 63 of file TestHelpers.h.
      
  | 
  protectedinherited | 
Definition at line 48 of file TestHelpers.h.
      
  | 
  protectedinherited | 
Definition at line 49 of file TestHelpers.h.