Main Page   Namespace List   Compound List   File List   Compound Members   File Members  

Currency.cpp File Reference

#include "currency/Currency.h"
#include <stdio.h>

Functions

Currency operator+ (const Currency &lhs, const Currency &rhs)
Currency operator+ (const Currency &lhs, float rhs)
Currency operator+ (const Currency &lhs, int rhs)
Currency operator- (const Currency &lhs, const Currency &rhs)
Currency operator- (const Currency &lhs, float rhs)
Currency operator- (const Currency &lhs, int rhs)
Currency operator * (const Currency &lhs, const Currency &rhs)
Currency operator * (const Currency &lhs, float rhs)
Currency operator * (const Currency &lhs, int rhs)
Currency operator/ (const Currency &lhs, const Currency &rhs)
Currency operator/ (const Currency &lhs, float rhs)
Currency operator/ (const Currency &lhs, int rhs)
bool operator== (const Currency &lhs, const Currency &rhs)
bool operator== (const Currency &lhs, float rhs)
bool operator== (const Currency &lhs, int rhs)
bool operator!= (const Currency &lhs, const Currency &rhs)
bool operator!= (const Currency &lhs, float rhs)
bool operator!= (const Currency &lhs, int rhs)
bool operator> (const Currency &lhs, const Currency &rhs)
bool operator> (const Currency &lhs, float rhs)
bool operator> (const Currency &lhs, int rhs)
bool operator< (const Currency &lhs, const Currency &rhs)
bool operator< (const Currency &lhs, float rhs)
bool operator< (const Currency &lhs, int rhs)
bool operator>= (const Currency &lhs, const Currency &rhs)
bool operator>= (const Currency &lhs, float rhs)
bool operator>= (const Currency &lhs, int rhs)
bool operator<= (const Currency &lhs, const Currency &rhs)
bool operator<= (const Currency &lhs, float rhs)
bool operator<= (const Currency &lhs, int rhs)
ostream & operator<< (ostream &os, const Currency &rhs)

Function Documentation

Currency operator * const Currency   lhs,
int    rhs
 

Currency operator * const Currency   lhs,
float    rhs
 

Currency operator * const Currency   lhs,
const Currency   rhs
 

bool operator!= const Currency   lhs,
int    rhs
 

bool operator!= const Currency   lhs,
float    rhs
 

bool operator!= const Currency   lhs,
const Currency   rhs
 

Currency operator+ const Currency   lhs,
int    rhs
 

Currency operator+ const Currency   lhs,
float    rhs
 

Currency operator+ const Currency   lhs,
const Currency   rhs
 

Currency operator- const Currency   lhs,
int    rhs
 

Currency operator- const Currency   lhs,
float    rhs
 

Currency operator- const Currency   lhs,
const Currency   rhs
 

Currency operator/ const Currency   lhs,
int    rhs
 

Currency operator/ const Currency   lhs,
float    rhs
 

Currency operator/ const Currency   lhs,
const Currency   rhs
 

bool operator< const Currency   lhs,
int    rhs
 

bool operator< const Currency   lhs,
float    rhs
 

bool operator< const Currency   lhs,
const Currency   rhs
 

ostream& operator<< ostream &    os,
const Currency   rhs
 

bool operator<= const Currency   lhs,
int    rhs
 

bool operator<= const Currency   lhs,
float    rhs
 

bool operator<= const Currency   lhs,
const Currency   rhs
 

bool operator== const Currency   lhs,
int    rhs
 

bool operator== const Currency   lhs,
float    rhs
 

bool operator== const Currency   lhs,
const Currency   rhs
 

bool operator> const Currency   lhs,
int    rhs
 

bool operator> const Currency   lhs,
float    rhs
 

bool operator> const Currency   lhs,
const Currency   rhs
 

bool operator>= const Currency   lhs,
int    rhs
 

bool operator>= const Currency   lhs,
float    rhs
 

bool operator>= const Currency   lhs,
const Currency   rhs
 


Generated on Mon Aug 9 09:25:34 2004 by doxygen1.2.18