hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
shared_model::interface::Amount Member List

This is the complete list of members for shared_model::interface::Amount, including all inherited members.

Amount(std::string_view amount)shared_model::interface::Amountexplicit
Amount(types::PrecisionType precision)shared_model::interface::Amountexplicit
Amount(Amount const &other)shared_model::interface::Amount
Amount(Amount &&other) noexceptshared_model::interface::Amount
ModelType typedefshared_model::interface::ModelPrimitive< Amount >
operator!=(const ModelType &rhs) constshared_model::interface::ModelPrimitive< Amount >inlinevirtual
operator+=(Amount const &other)shared_model::interface::Amount
operator-=(Amount const &other)shared_model::interface::Amount
operator=(Amount const &other)shared_model::interface::Amount
operator=(Amount &&other) noexceptshared_model::interface::Amount
operator==(const ModelType &rhs) const overrideshared_model::interface::Amount
ModelPrimitive< Amount >::operator==(const ModelType &rhs) const=0shared_model::interface::ModelPrimitive< Amount >pure virtual
precision() constshared_model::interface::Amount
sign() constshared_model::interface::Amount
toString() const overrideshared_model::interface::Amountvirtual
toStringRepr() constshared_model::interface::Amount
~Amount() overrideshared_model::interface::Amount
~ModelPrimitive()=defaultshared_model::interface::ModelPrimitive< Amount >virtual