xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::Prop< T > Struct Template Reference

Set a property on a JTx. More...

#include <prop.h>

Collaboration diagram for xrpl::test::jtx::Prop< T >:

Public Member Functions

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

Public Attributes

std::unique_ptr< BasicPropp

Detailed Description

template<class T>
struct xrpl::test::jtx::Prop< T >

Set a property on a JTx.

Definition at line 11 of file prop.h.

Constructor & Destructor Documentation

◆ Prop()

template<class T>
template<class... Args>
xrpl::test::jtx::Prop< T >::Prop ( Args &&... args)

Definition at line 16 of file prop.h.

Member Function Documentation

◆ operator()()

template<class T>
void xrpl::test::jtx::Prop< T >::operator() ( Env & env,
JTx & jt ) const

Definition at line 21 of file prop.h.

Member Data Documentation

◆ p

template<class T>
std::unique_ptr<BasicProp> xrpl::test::jtx::Prop< T >::p

Definition at line 13 of file prop.h.