#include <AccountsDB.h>
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... |
Definition at line 45 of file AccountsDB.h.
|
indicates whether the account is collapsed or not.
Definition at line 47 of file AccountsDB.h. |
|
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. |
|
reserved for future fields.
Definition at line 51 of file AccountsDB.h. |