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

AccountFlags Struct Reference

account flags for tight packing. More...

#include <AccountsDB.h>

List of all members.

Public Attributes

unsigned collapsed:1
 indicates whether the account is collapsed or not. More...

unsigned credit_account:1
 if true, the program will credit money to this account when spending them and subtract from the balance when paying money into it. More...

unsigned reserved:14
 reserved for future fields. More...


Detailed Description

account flags for tight packing.

Definition at line 45 of file AccountsDB.h.


Member Data Documentation

unsigned AccountFlags::collapsed
 

indicates whether the account is collapsed or not.

Definition at line 47 of file AccountsDB.h.

unsigned AccountFlags::credit_account
 

if true, the program will credit money to this account when spending them and subtract from the balance when paying money into it.

Definition at line 49 of file AccountsDB.h.

unsigned AccountFlags::reserved
 

reserved for future fields.

Definition at line 51 of file AccountsDB.h.


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