15 #ifndef AQBANKING_ACCSTATUS_H 16 #define AQBANKING_ACCSTATUS_H 21 #include <gwenhywfar/gwentime.h> 22 #include <gwenhywfar/list2.h> const AB_VALUE * AB_AccountStatus_GetBankLine(const AB_ACCOUNT_STATUS *as)
const AB_VALUE * AB_AccountStatus_GetDisposable(const AB_ACCOUNT_STATUS *as)
const AB_VALUE * AB_AccountStatus_GetDisposed(const AB_ACCOUNT_STATUS *as)
struct AB_ACCOUNT_STATUS_LIST2 AB_ACCOUNT_STATUS_LIST2
AB_ACCOUNT_STATUS * AB_AccountStatus_dup(const AB_ACCOUNT_STATUS *as)
void AB_AccountStatus_List2_freeAll(AB_ACCOUNT_STATUS_LIST2 *asl)
const AB_BALANCE * AB_AccountStatus_GetNotedBalance(const AB_ACCOUNT_STATUS *as)
const GWEN_TIME * AB_AccountStatus_GetTime(const AB_ACCOUNT_STATUS *as)
int AB_AccountStatus_toDb(const AB_ACCOUNT_STATUS *as, GWEN_DB_NODE *db)
void AB_AccountStatus_SetNotedBalance(AB_ACCOUNT_STATUS *as, const AB_BALANCE *b)
void AB_AccountStatus_SetDisposed(AB_ACCOUNT_STATUS *as, const AB_VALUE *v)
GWEN_LIST2_FUNCTION_LIB_DEFS(AB_ACCOUNT_STATUS, AB_AccountStatus,) AB_ACCOUNT_STATUS *AB_AccountStatus_new()
void AB_AccountStatus_SetDisposable(AB_ACCOUNT_STATUS *as, const AB_VALUE *v)
void AB_AccountStatus_SetBankLine(AB_ACCOUNT_STATUS *as, const AB_VALUE *v)
AB_ACCOUNT_STATUS * AB_AccountStatus_fromDb(GWEN_DB_NODE *db)
void AB_AccountStatus_free(AB_ACCOUNT_STATUS *as)
struct AB_ACCOUNT_STATUS AB_ACCOUNT_STATUS
void AB_AccountStatus_SetBookedBalance(AB_ACCOUNT_STATUS *as, const AB_BALANCE *b)
struct AB_BALANCE AB_BALANCE
void AB_AccountStatus_SetTime(AB_ACCOUNT_STATUS *as, const GWEN_TIME *t)
const AB_BALANCE * AB_AccountStatus_GetBookedBalance(const AB_ACCOUNT_STATUS *as)