rippled
Public Member Functions | Private Attributes | List of all members
ripple::test::jtx::memo Class Reference

Add a memo to a JTx. More...

Collaboration diagram for ripple::test::jtx::memo:
Collaboration graph
[legend]

Public Member Functions

 memo (std::string const &data, std::string const &format, std::string const &type)
 
void operator() (Env &, JTx &jt) const
 

Private Attributes

std::string data_
 
std::string format_
 
std::string type_
 

Detailed Description

Add a memo to a JTx.

If a memo already exists, the new memo is appended to the array.

Definition at line 34 of file memo.h.

Constructor & Destructor Documentation

◆ memo()

ripple::test::jtx::memo::memo ( std::string const &  data,
std::string const &  format,
std::string const &  type 
)

Definition at line 42 of file memo.h.

Member Function Documentation

◆ operator()()

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

Definition at line 29 of file memo.cpp.

Member Data Documentation

◆ data_

std::string ripple::test::jtx::memo::data_
private

Definition at line 37 of file memo.h.

◆ format_

std::string ripple::test::jtx::memo::format_
private

Definition at line 38 of file memo.h.

◆ type_

std::string ripple::test::jtx::memo::type_
private

Definition at line 39 of file memo.h.