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

Set Paths, SendMax on a JTx. More...

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

Public Member Functions

 paths (Issue const &in, int depth=7, unsigned int limit=4)
 
void operator() (Env &, JTx &jt) const
 

Private Attributes

Issue in_
 
int depth_
 
unsigned int limit_
 

Detailed Description

Set Paths, SendMax on a JTx.

Definition at line 32 of file paths.h.

Constructor & Destructor Documentation

◆ paths()

ripple::test::jtx::paths::paths ( Issue const &  in,
int  depth = 7,
unsigned int  limit = 4 
)

Definition at line 40 of file paths.h.

Member Function Documentation

◆ operator()()

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

Definition at line 29 of file paths.cpp.

Member Data Documentation

◆ in_

Issue ripple::test::jtx::paths::in_
private

Definition at line 35 of file paths.h.

◆ depth_

int ripple::test::jtx::paths::depth_
private

Definition at line 36 of file paths.h.

◆ limit_

unsigned int ripple::test::jtx::paths::limit_
private

Definition at line 37 of file paths.h.