|
rippled
|

Public Member Functions | |
| EitherAmount ()=default | |
| EitherAmount (IOUAmount const &a) | |
| EitherAmount (XRPAmount const &a) | |
| EitherAmount (AmountSpec const &a) | |
Public Attributes | |
| bool | native = false |
| union { | |
| IOUAmount iou | |
| XRPAmount xrp | |
| }; | |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, EitherAmount const &amt) |
Definition at line 57 of file AmountSpec.h.
|
default |
|
explicit |
Definition at line 71 of file AmountSpec.h.
|
explicit |
Definition at line 80 of file AmountSpec.h.
|
explicit |
Definition at line 90 of file AmountSpec.h.
|
friend |
Definition at line 103 of file AmountSpec.h.
| bool ripple::EitherAmount::native = false |
Definition at line 60 of file AmountSpec.h.
| IOUAmount ripple::EitherAmount::iou |
Definition at line 65 of file AmountSpec.h.
| XRPAmount ripple::EitherAmount::xrp |
Definition at line 66 of file AmountSpec.h.
| union { ... } |
1.8.17