|
rippled
|
Amount specifier with an option for any issuer. More...
#include <amount.h>

Public Member Functions | |
| AnyAmount ()=delete | |
| AnyAmount (AnyAmount const &)=default | |
| AnyAmount & | operator= (AnyAmount const &)=default |
| AnyAmount (STAmount const &amount) | |
| AnyAmount (STAmount const &amount, any_t const *) | |
| void | to (AccountID const &id) |
Public Attributes | |
| bool | is_any |
| STAmount | value |
Amount specifier with an option for any issuer.
Definition at line 516 of file src/test/jtx/amount.h.
|
delete |
|
default |
| ripple::test::jtx::AnyAmount::AnyAmount | ( | STAmount const & | amount | ) |
Definition at line 526 of file src/test/jtx/amount.h.
Definition at line 530 of file src/test/jtx/amount.h.
| void ripple::test::jtx::AnyAmount::to | ( | AccountID const & | id | ) |
Definition at line 537 of file src/test/jtx/amount.h.
| bool ripple::test::jtx::AnyAmount::is_any |
Definition at line 518 of file src/test/jtx/amount.h.
| STAmount ripple::test::jtx::AnyAmount::value |
Definition at line 519 of file src/test/jtx/amount.h.