money.h File Reference
Detailed Description
Contains Money, Currency, CurrencyBook classes.
- Version:
- Name
- OSB_060808
- Revision
- 1.46
This header file contains all "money related" class and function definitions, including Money, Currency and CurrencyBook.
Definition in file money.h.
Go to the source code of this file.
Namespaces
Classes
Arithmetic operations on MoneyList
Arithmetic operations on Money
- Money OSB_LIB::operator * (const Money &, double)
- Multiplication with a double.
- Money OSB_LIB::operator * (const Money &, const Decimal &)
- Multiplication with a Decimal.
- Money OSB_LIB::operator/ (const Money &, double)
- Division by a double.
- Money OSB_LIB::operator/ (const Money &, const Decimal &)
- Division by a Decimal.
- Money OSB_LIB::operator+ (const Money &, const Money &)
- Addition.
- Money OSB_LIB::operator- (const Money &, const Money &)
- Subtraction.
- bool OSB_LIB::operator== (const Money &, const Money &)
- Comparison.
- bool OSB_LIB::operator!= (const Money &, const Money &)
- Comparison.
- bool OSB_LIB::operator< (const Money &, const Money &)
- Less than operator.
- bool OSB_LIB::operator> (const Money &, const Money &)
- Greater than operator.
- bool OSB_LIB::operator<= (const Money &, const Money &)
- Less or equal operator.
- bool OSB_LIB::operator>= (const Money &, const Money &)
- Greater or equal operator.
Typedefs
Functions
Generated on Sat Sep 2 14:06:35 2006 for OSB Library by
1.4.7