| 
    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 230 of file TestHelpers.h.
| using ripple::test::jtx::JTxFieldWrapper< blobField >::JF = blobField | 
Definition at line 232 of file TestHelpers.h.
| using ripple::test::jtx::JTxFieldWrapper< blobField >::SF = JF::SF | 
Definition at line 233 of file TestHelpers.h.
| using ripple::test::jtx::JTxFieldWrapper< blobField >::SV = JF::SV | 
Definition at line 234 of file TestHelpers.h.
      
  | 
  explicit | 
Definition at line 240 of file TestHelpers.h.
| JF ripple::test::jtx::JTxFieldWrapper< blobField >::operator() | ( | SV const & | cond | ) | const | 
Definition at line 245 of file TestHelpers.h.
| JF ripple::test::jtx::JTxFieldWrapper< blobField >::operator() | ( | Slice const & | cond | ) | const | 
Definition at line 251 of file TestHelpers.h.
| JF ripple::test::jtx::JTxFieldWrapper< blobField >::operator() | ( | std::array< std::uint8_t, N > const & | c | ) | const | 
Definition at line 258 of file TestHelpers.h.
      
  | 
  protected | 
Definition at line 237 of file TestHelpers.h.