#include <gwenhywfar/misc.h>#include <gwenhywfar/db.h>#include <aqofxconnect/aqofxconnect.h>#include <aqofxconnect/bank.h>Go to the source code of this file.
Typedefs | |
| typedef AO_USER | AO_USER |
Functions | |
| AO_USER * | AO_User_new (AO_BANK *b, const char *userId) |
| void | AO_User_free (AO_USER *u) |
| const char * | AO_User_GetUserId (const AO_USER *u) |
| void | AO_User_SetUserId (AO_USER *u, const char *s) |
| const char * | AO_User_GetUserName (const AO_USER *u) |
| void | AO_User_SetUserName (AO_USER *u, const char *s) |
| AO_BANK * | AO_User_GetBank (const AO_USER *u) |
| void | AO_User_SetBank (AO_USER *u, AO_BANK *b) |
| AO_USER * | AO_User_fromDb (AO_BANK *b, GWEN_DB_NODE *db) |
| int | AO_User_toDb (const AO_USER *u, GWEN_DB_NODE *db) |
|
|
Definition at line 24 of file aqofxconnect/user.h. |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.4.6