rippled
Public Member Functions | Private Attributes | List of all members
ripple::test::Escrow_test::condition Struct Reference
Collaboration diagram for ripple::test::Escrow_test::condition:
Collaboration graph
[legend]

Public Member Functions

 condition (Slice cond)
 
template<size_t N>
 condition (std::array< std::uint8_t, N > c)
 
void operator() (jtx::Env &, jtx::JTx &jt) const
 

Private Attributes

std::string value_
 

Detailed Description

Definition at line 100 of file Escrow_test.cpp.

Constructor & Destructor Documentation

◆ condition() [1/2]

ripple::test::Escrow_test::condition::condition ( Slice  cond)
explicit

Definition at line 106 of file Escrow_test.cpp.

◆ condition() [2/2]

template<size_t N>
ripple::test::Escrow_test::condition::condition ( std::array< std::uint8_t, N >  c)
explicit

Definition at line 111 of file Escrow_test.cpp.

Member Function Documentation

◆ operator()()

void ripple::test::Escrow_test::condition::operator() ( jtx::Env ,
jtx::JTx jt 
) const

Definition at line 117 of file Escrow_test.cpp.

Member Data Documentation

◆ value_

std::string ripple::test::Escrow_test::condition::value_
private

Definition at line 103 of file Escrow_test.cpp.