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

totalsStruct Struct Reference

this structure contains the overall totals for all the selected accounts. More...

#include <AccountsDB.h>

List of all members.

Public Attributes

Int32 total
 current balance total (all transactions regardless of the cleared state). More...

Int32 cleared_total
 the total of cleared transactions. More...

Int32 available_total
 total available (total+overdrafts). More...


Detailed Description

this structure contains the overall totals for all the selected accounts.

Definition at line 32 of file AccountsDB.h.


Member Data Documentation

Int32 totalsStruct::available_total
 

total available (total+overdrafts).

Definition at line 38 of file AccountsDB.h.

Int32 totalsStruct::cleared_total
 

the total of cleared transactions.

Definition at line 36 of file AccountsDB.h.

Int32 totalsStruct::total
 

current balance total (all transactions regardless of the cleared state).

Definition at line 34 of file AccountsDB.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