Lines Matching refs:operator
124 const Money operator+(const Money& money) const;
133 const Money operator-(const Money& money) const;
142 const Money operator*(u32 quantity) const;
153 f64 operator/(const Money& money) const;
162 Money& operator+=(const Money& money);
171 Money& operator-=(const Money& money);
180 Money& operator*=(u32 quantity);
189 bool operator==(const Money& money) const;
198 bool operator!=(const Money& money) const;
207 bool operator>(const Money& money) const;
216 bool operator<(const Money& money) const;
225 bool operator>=(const Money& money) const;
234 bool operator<=(const Money& money) const;