aqbanking
5.7.8
|
#include <gwenhywfar/types.h>
#include <gwenhywfar/list1.h>
#include <gwenhywfar/inherit.h>
#include <aqbanking/job.h>
Go to the source code of this file.
Typedefs | |
typedef struct AB_JOBQUEUE | AB_JOBQUEUE |
Functions | |
AB_JOBQUEUE * | AB_JobQueue_new (void) |
void | AB_JobQueue_free (AB_JOBQUEUE *p_struct) |
void | AB_JobQueue_Attach (AB_JOBQUEUE *p_struct) |
AB_JOBQUEUE * | AB_JobQueue_dup (const AB_JOBQUEUE *p_struct) |
AB_JOB_LIST2 * | AB_JobQueue_GetJobList (const AB_JOBQUEUE *p_struct) |
int | AB_JobQueue_GetJobType (const AB_JOBQUEUE *p_struct) |
void | AB_JobQueue_SetJobList (AB_JOBQUEUE *p_struct, AB_JOB_LIST2 *p_src) |
void | AB_JobQueue_SetJobType (AB_JOBQUEUE *p_struct, int p_src) |
AB_JOBQUEUE_LIST * | AB_JobQueue_List_dup (const AB_JOBQUEUE_LIST *p_src) |
typedef struct AB_JOBQUEUE AB_JOBQUEUE |
Definition at line 46 of file ab_jobqueue.h.
void AB_JobQueue_Attach | ( | AB_JOBQUEUE * | p_struct | ) |
AB_JOBQUEUE* AB_JobQueue_dup | ( | const AB_JOBQUEUE * | p_struct | ) |
void AB_JobQueue_free | ( | AB_JOBQUEUE * | p_struct | ) |
Destructor.
AB_JOB_LIST2* AB_JobQueue_GetJobList | ( | const AB_JOBQUEUE * | p_struct | ) |
Getter. Use this function to get the member "jobList" (see AB_JOBQUEUE_jobList)
int AB_JobQueue_GetJobType | ( | const AB_JOBQUEUE * | p_struct | ) |
Getter. Use this function to get the member "jobType" (see AB_JOBQUEUE_jobType)
AB_JOBQUEUE_LIST* AB_JobQueue_List_dup | ( | const AB_JOBQUEUE_LIST * | p_src | ) |
AB_JOBQUEUE* AB_JobQueue_new | ( | void | ) |
Constructor.
void AB_JobQueue_SetJobList | ( | AB_JOBQUEUE * | p_struct, |
AB_JOB_LIST2 * | p_src | ||
) |
Setter. Use this function to set the member "jobList" (see AB_JOBQUEUE_jobList)
void AB_JobQueue_SetJobType | ( | AB_JOBQUEUE * | p_struct, |
int | p_src | ||
) |
Setter. Use this function to set the member "jobType" (see AB_JOBQUEUE_jobType)