#include <CurrencyDB.h>
Public Attributes | |
| double | exchange_rate |
| exchange rate is value of 1 unit of default currency in this currency (if you get £2 for $1 and £ is default, £ exchange rate is 1 and $ exchange rate is 0.5). More... | |
| Char * | code |
| user defined currency code (i.e. USD, GBP, etc). More... | |
| Char * | description |
| long textual description for this currency entry. More... | |
Definition at line 39 of file CurrencyDB.h.
|
|
user defined currency code (i.e. USD, GBP, etc).
Definition at line 44 of file CurrencyDB.h. |
|
|
long textual description for this currency entry.
Definition at line 46 of file CurrencyDB.h. |
|
|
exchange rate is value of 1 unit of default currency in this currency (if you get £2 for $1 and £ is default, £ exchange rate is 1 and $ exchange rate is 0.5).
Definition at line 42 of file CurrencyDB.h. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002