Go to the source code of this file.
|
price | graphene::protocol::operator/ (const asset &base, const asset "e) |
|
price | graphene::protocol::operator~ (const price &p) |
|
bool | graphene::protocol::operator< (const price &a, const price &b) |
|
bool | graphene::protocol::operator== (const price &a, const price &b) |
|
bool | graphene::protocol::operator> (const price &a, const price &b) |
|
bool | graphene::protocol::operator<= (const price &a, const price &b) |
|
bool | graphene::protocol::operator>= (const price &a, const price &b) |
|
bool | graphene::protocol::operator!= (const price &a, const price &b) |
|
asset | graphene::protocol::operator* (const asset &a, const price &b) |
| Multiply and round down. More...
|
|
price | graphene::protocol::operator* (const price &p, const ratio_type &r) |
|
price | graphene::protocol::operator/ (const price &p, const ratio_type &r) |
|
price & | graphene::protocol::operator*= (price &p, const ratio_type &r) |
|
price & | graphene::protocol::operator/= (price &p, const ratio_type &r) |
|