aqbanking  5.7.8
Typedefs | Functions
balance.h File Reference
#include <gwenhywfar/gwentime.h>
#include <aqbanking/value.h>

Go to the source code of this file.

Typedefs

typedef struct AB_BALANCE AB_BALANCE
 

Functions

AB_BALANCEAB_Balance_new (const AB_VALUE *v, const GWEN_TIME *t)
 
AB_BALANCEAB_Balance_fromDb (GWEN_DB_NODE *db)
 
int AB_Balance_toDb (const AB_BALANCE *b, GWEN_DB_NODE *db)
 
AB_BALANCEAB_Balance_dup (const AB_BALANCE *b)
 
void AB_Balance_free (AB_BALANCE *b)
 
const AB_VALUEAB_Balance_GetValue (const AB_BALANCE *b)
 
void AB_Balance_SetValue (AB_BALANCE *b, const AB_VALUE *v)
 
const GWEN_TIME * AB_Balance_GetTime (const AB_BALANCE *b)
 

Typedef Documentation

◆ AB_BALANCE

typedef struct AB_BALANCE AB_BALANCE

Definition at line 25 of file balance.h.

Function Documentation

◆ AB_Balance_dup()

AB_BALANCE* AB_Balance_dup ( const AB_BALANCE b)

◆ AB_Balance_free()

void AB_Balance_free ( AB_BALANCE b)

◆ AB_Balance_fromDb()

AB_BALANCE* AB_Balance_fromDb ( GWEN_DB_NODE *  db)

◆ AB_Balance_GetTime()

const GWEN_TIME* AB_Balance_GetTime ( const AB_BALANCE b)

Referenced by AB::Balance::Balance().

◆ AB_Balance_GetValue()

const AB_VALUE* AB_Balance_GetValue ( const AB_BALANCE b)

Referenced by AB::Balance::Balance().

◆ AB_Balance_new()

AB_BALANCE* AB_Balance_new ( const AB_VALUE v,
const GWEN_TIME *  t 
)

◆ AB_Balance_SetValue()

void AB_Balance_SetValue ( AB_BALANCE b,
const AB_VALUE v 
)

Referenced by AB::Balance::Balance().

◆ AB_Balance_toDb()

int AB_Balance_toDb ( const AB_BALANCE b,
GWEN_DB_NODE *  db 
)