GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
AccountTestFunctions Struct Reference

Data Fields

AccountPrivate *(* get_private )(Account *acc)
 
Account *(* coll_get_root_account )(QofCollection *col)
 
void(* xaccFreeAccountChildren )(Account *acc)
 
void(* xaccFreeAccount )(Account *acc)
 
void(* qofAccountSetParent )(Account *acc, QofInstance *parent)
 
Account *(* gnc_account_lookup_by_full_name_helper )(const Account *acc, gchar **names)
 

Detailed Description

Definition at line 155 of file AccountP.hpp.

Field Documentation

◆ coll_get_root_account

Account *(* AccountTestFunctions::coll_get_root_account) (QofCollection *col)

Definition at line 158 of file AccountP.hpp.

◆ get_private

AccountPrivate *(* AccountTestFunctions::get_private) (Account *acc)

Definition at line 157 of file AccountP.hpp.

◆ gnc_account_lookup_by_full_name_helper

Account *(* AccountTestFunctions::gnc_account_lookup_by_full_name_helper) (const Account *acc, gchar **names)

Definition at line 162 of file AccountP.hpp.

◆ qofAccountSetParent

void(* AccountTestFunctions::qofAccountSetParent) (Account *acc, QofInstance *parent)

Definition at line 161 of file AccountP.hpp.

◆ xaccFreeAccount

void(* AccountTestFunctions::xaccFreeAccount) (Account *acc)

Definition at line 160 of file AccountP.hpp.

◆ xaccFreeAccountChildren

void(* AccountTestFunctions::xaccFreeAccountChildren) (Account *acc)

Definition at line 159 of file AccountP.hpp.


The documentation for this struct was generated from the following file: