Design Patterns
|
#include <currency.h>
Public Member Functions | |
Currency (const double &) | |
double | value () const |
void | value (double) |
Friends | |
bool | operator== (const Currency &left, const Currency &right) |
bool | operator!= (const Currency &left, const Currency &right) |
|
explicit |
double structural::composite::Currency::value | ( | ) | const |
void structural::composite::Currency::value | ( | double | value | ) |