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

packedCurrencyStructure Struct Reference

the packed structure for a currency entry. More...

#include <CurrencyDB.h>

List of all members.

Public Attributes

double exchange_rate
 exchange rate, relative to the default currency (one unit of this currency = 1 unit of default currency * exchange_rate). More...

Char text [1]
 text containing the code and description of the currency (will be resized to fit). More...


Detailed Description

the packed structure for a currency entry.

Definition at line 31 of file CurrencyDB.h.


Member Data Documentation

double packedCurrencyStructure::exchange_rate
 

exchange rate, relative to the default currency (one unit of this currency = 1 unit of default currency * exchange_rate).

Definition at line 33 of file CurrencyDB.h.

Char packedCurrencyStructure::text[1]
 

text containing the code and description of the currency (will be resized to fit).

Definition at line 35 of file CurrencyDB.h.


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