aqbanking
5.7.8
|
#include <aqbanking/value.h>
#include <aqbanking/balance.h>
#include <gwenhywfar/gwentime.h>
#include <gwenhywfar/list2.h>
Go to the source code of this file.
Typedefs | |
typedef struct AB_ACCOUNT_STATUS | AB_ACCOUNT_STATUS |
typedef struct AB_ACCOUNT_STATUS AB_ACCOUNT_STATUS |
Definition at line 29 of file accstatus.h.
AB_ACCOUNT_STATUS* AB_AccountStatus_dup | ( | const AB_ACCOUNT_STATUS * | as | ) |
void AB_AccountStatus_free | ( | AB_ACCOUNT_STATUS * | as | ) |
AB_ACCOUNT_STATUS* AB_AccountStatus_fromDb | ( | GWEN_DB_NODE * | db | ) |
const AB_VALUE* AB_AccountStatus_GetBankLine | ( | const AB_ACCOUNT_STATUS * | as | ) |
const AB_BALANCE* AB_AccountStatus_GetBookedBalance | ( | 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 | ) |
const AB_BALANCE* AB_AccountStatus_GetNotedBalance | ( | const AB_ACCOUNT_STATUS * | as | ) |
const GWEN_TIME* AB_AccountStatus_GetTime | ( | const AB_ACCOUNT_STATUS * | as | ) |
void AB_AccountStatus_List2_freeAll | ( | AB_ACCOUNT_STATUS_LIST2 * | asl | ) |
void AB_AccountStatus_SetBankLine | ( | AB_ACCOUNT_STATUS * | as, |
const AB_VALUE * | v | ||
) |
void AB_AccountStatus_SetBookedBalance | ( | AB_ACCOUNT_STATUS * | as, |
const AB_BALANCE * | b | ||
) |
void AB_AccountStatus_SetDisposable | ( | AB_ACCOUNT_STATUS * | as, |
const AB_VALUE * | v | ||
) |
void AB_AccountStatus_SetDisposed | ( | AB_ACCOUNT_STATUS * | as, |
const AB_VALUE * | v | ||
) |
void AB_AccountStatus_SetNotedBalance | ( | AB_ACCOUNT_STATUS * | as, |
const AB_BALANCE * | b | ||
) |
void AB_AccountStatus_SetTime | ( | AB_ACCOUNT_STATUS * | as, |
const GWEN_TIME * | t | ||
) |
int AB_AccountStatus_toDb | ( | const AB_ACCOUNT_STATUS * | as, |
GWEN_DB_NODE * | db | ||
) |
GWEN_LIST2_FUNCTION_LIB_DEFS | ( | AB_ACCOUNT_STATUS | , |
AB_AccountStatus | |||
) |