GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
_gncOwner Struct Reference

Data Fields

GncOwnerType type
 
union {
   gpointer   undefined
 
   GncCustomer *   customer
 
   GncJob *   job
 
   GncVendor *   vendor
 
   GncEmployee *   employee
 
owner
 
gpointer qof_temp
 

Detailed Description

Definition at line 89 of file gncOwner.h.

Field Documentation

union { ... } _gncOwner::owner

holds the pointer to the owner object.

gpointer _gncOwner::qof_temp

Set type independently of the owner.

Definition at line 100 of file gncOwner.h.

GncOwnerType _gncOwner::type

Customer, Job, Vendor, Employee or Undefined.

Definition at line 91 of file gncOwner.h.


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