aqbanking  5.0.22
Typedefs | Functions
ab_jobqueue.h File Reference
#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_JOBQUEUEAB_JobQueue_new (void)
void AB_JobQueue_free (AB_JOBQUEUE *p_struct)
void AB_JobQueue_Attach (AB_JOBQUEUE *p_struct)
AB_JOBQUEUEAB_JobQueue_dup (const AB_JOBQUEUE *p_struct)
AB_JOB_LIST2AB_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_LISTAB_JobQueue_List_dup (const AB_JOBQUEUE_LIST *p_src)

Typedef Documentation

typedef struct AB_JOBQUEUE AB_JOBQUEUE

Definition at line 24 of file ab_jobqueue.h.


Function Documentation

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.

Getter. Use this function to get the member "jobList"

int AB_JobQueue_GetJobType ( const AB_JOBQUEUE p_struct)

Getter. Use this function to get the member "jobType"

Constructor.

void AB_JobQueue_SetJobList ( AB_JOBQUEUE p_struct,
AB_JOB_LIST2 p_src 
)

Setter. Use this function to set the member "jobList"

void AB_JobQueue_SetJobType ( AB_JOBQUEUE p_struct,
int  p_src 
)

Setter. Use this function to set the member "jobType"