Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

currencyStructure Struct Reference

unpacked structure for a currency entry. More...

#include <CurrencyDB.h>

List of all members.

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...


Detailed Description

unpacked structure for a currency entry.

Definition at line 39 of file CurrencyDB.h.


Member Data Documentation

Char* currencyStructure::code
 

user defined currency code (i.e. USD, GBP, etc).

Definition at line 44 of file CurrencyDB.h.

Char* currencyStructure::description
 

long textual description for this currency entry.

Definition at line 46 of file CurrencyDB.h.

double currencyStructure::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).

Definition at line 42 of file CurrencyDB.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jan 16 23:11:14 2003 for FreeCoins by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002