rippled
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ripple::test::jtx::prop< Prop > Struct Template Reference

Set a property on a JTx. More...

#include <prop.h>

Collaboration diagram for ripple::test::jtx::prop< Prop >:
Collaboration graph
[legend]

Public Member Functions

template<class... Args>
 prop (Args &&... args)
 
void operator() (Env &env, JTx &jt) const
 

Public Attributes

std::unique_ptr< basic_propp_
 

Detailed Description

template<class Prop>
struct ripple::test::jtx::prop< Prop >

Set a property on a JTx.

Definition at line 14 of file prop.h.

Constructor & Destructor Documentation

◆ prop()

template<class Prop >
template<class... Args>
ripple::test::jtx::prop< Prop >::prop ( Args &&...  args)

Definition at line 19 of file prop.h.

Member Function Documentation

◆ operator()()

template<class Prop >
void ripple::test::jtx::prop< Prop >::operator() ( Env env,
JTx jt 
) const

Definition at line 25 of file prop.h.

Member Data Documentation

◆ p_

template<class Prop >
std::unique_ptr<basic_prop> ripple::test::jtx::prop< Prop >::p_

Definition at line 16 of file prop.h.