GnuCash  5.6-150-g038405b370+
Data Structures | Macros | Functions
AccountP.hpp File Reference

This is the private header for the account structure. More...

#include <vector>
#include <optional>
#include "Account.h"

Go to the source code of this file.

Data Structures

struct  AccountPrivate
 
struct  Account
 Account in Gnucash. More...
 
struct  AccountTestFunctions
 

Macros

#define GNC_ID_ROOT_ACCOUNT   "RootAccount"
 

Functions

void xaccAccountSetGUID (Account *account, const GncGUID *guid)
 
gboolean xaccAccountRegister (void)
 
AccountTestFunctions_utest_account_fill_functions (void)
 

Detailed Description

This is the private header for the account structure.

No one outside of the engine should ever include this file.

This header includes prototypes for "dangerous" functions. Invoking any of these functions potentially leave the account in an inconsistent state. If they are not used in the proper setting, they can leave the account structures in an inconsistent state. Thus, these methods should never be used outside of the engine, which is why they are "hidden" here.

Definition in file AccountP.hpp.