|
rippled
|
Converts to IOU Issue or STAmount. More...

Public Member Functions | |
| IOU (Account const &account_, ripple::Currency const ¤cy_) | |
| Issue | issue () const |
| operator Issue () const | |
| Implicit conversion to Issue. More... | |
| template<class T , class = std::enable_if_t< sizeof(T) >= sizeof(int) && std::is_arithmetic<T>::value> | |
| PrettyAmount | operator() (T v) const |
| PrettyAmount | operator() (epsilon_t) const |
| PrettyAmount | operator() (detail::epsilon_multiple) const |
| None | operator() (none_t) const |
| Returns None-of-Issue. More... | |
Public Attributes | |
| Account | account |
| ripple::Currency | currency |
Friends | |
| BookSpec | operator~ (IOU const &iou) |
Converts to IOU Issue or STAmount.
Examples: IOU Converts to the underlying Issue IOU(10) Returns STAmount of 10 of the underlying Issue.
| ripple::test::jtx::IOU::IOU | ( | Account const & | account_, |
| ripple::Currency const & | currency_ | ||
| ) |
| ripple::test::jtx::IOU::operator Issue | ( | ) | const |
| PrettyAmount ripple::test::jtx::IOU::operator() | ( | T | v | ) | const |
| PrettyAmount ripple::test::jtx::IOU::operator() | ( | epsilon_t | ) | const |
Definition at line 107 of file amount.cpp.
| PrettyAmount ripple::test::jtx::IOU::operator() | ( | detail::epsilon_multiple | m | ) | const |
Definition at line 113 of file amount.cpp.
| ripple::Currency ripple::test::jtx::IOU::currency |
1.8.17