Functions exported by PhAB called by a full or frugal editor
typedef struct PhABResExportCommon_ { PhABExportApplyF_t *apply; PhABExportAllocMemF_t *alloc_mem; PhABExportAllocImageF_t *alloc_image; PhABExportFreeMemF_t *free_mem; PhABExportFreeImageF_t *free_image; PhABExportCmpF_t *cmp; PhABExportDupF_t *dup; PhABExportFreeF_t *free; PhABExportGetResF_t *get_res; PhABExportMessageF_t *message; } PhABResExportCommon_t;
This structure is a superclass for PhABResExportFrugal_t and PhABResExportFull_t.
The structure has these members:
alloc_image(), alloc_mem(), apply(), cmp(), dup(), free(), free_image(), free_mem(), get_res(), message(), PhABResExportFrugal_t, PhABResExportFull_t.