libchipcard 5.1.6
|
#include <gwenhywfar/db.h>
#include <gwenhywfar/list2.h>
#include <gwenhywfar/types.h>
#include <gwenhywfar/gwentime.h>
#include <chipcard/chipcard.h>
Go to the source code of this file.
Typedefs | |
typedef struct LC_GELDKARTE_VALUES | LC_GELDKARTE_VALUES |
typedef struct LC_GELDKARTE_VALUES LC_GELDKARTE_VALUES |
CHIPCARD_API void LC_GeldKarte_Values_List2_freeAll | ( | LC_GELDKARTE_VALUES_LIST2 * | stl | ) |
Destroys all objects stored in the given LIST2 and the list itself
References CHIPCARD_API, and LC_GeldKarte_Values_List2_freeAll().
Referenced by LC_GeldKarte_Values_List2_freeAll().
CHIPCARD_API LC_GELDKARTE_VALUES * LC_GeldKarte_Values_new | ( | ) |
Creates a new object.
References CHIPCARD_API, and LC_GeldKarte_Values_new().
Referenced by LC_GeldKarte_Values_new().
CHIPCARD_API LC_GELDKARTE_VALUES * LC_GeldKarte_Values_fromDb | ( | GWEN_DB_NODE * | db | ) |
Creates an object from the data in the given GWEN_DB_NODE
References CHIPCARD_API, and LC_GeldKarte_Values_fromDb().
Referenced by LC_GeldKarte_Values_fromDb().
CHIPCARD_API LC_GELDKARTE_VALUES * LC_GeldKarte_Values_dup | ( | const LC_GELDKARTE_VALUES * | st | ) |
Creates and returns a deep copy of thegiven object.
References CHIPCARD_API, and LC_GeldKarte_Values_dup().
Referenced by LC_GeldKarte_Values_dup().
CHIPCARD_API void LC_GeldKarte_Values_free | ( | LC_GELDKARTE_VALUES * | st | ) |
Destroys the given object.
References CHIPCARD_API, and LC_GeldKarte_Values_free().
Referenced by LC_GeldKarte_Values_free().
CHIPCARD_API void LC_GeldKarte_Values_Attach | ( | LC_GELDKARTE_VALUES * | st | ) |
Increments the usage counter of the given object, so an additional free() is needed to destroy the object.
References CHIPCARD_API, and LC_GeldKarte_Values_Attach().
Referenced by LC_GeldKarte_Values_Attach().
CHIPCARD_API int LC_GeldKarte_Values_ReadDb | ( | LC_GELDKARTE_VALUES * | st, |
GWEN_DB_NODE * | db ) |
Reads data from a GWEN_DB.
References CHIPCARD_API, and LC_GeldKarte_Values_ReadDb().
Referenced by LC_GeldKarte_Values_ReadDb().
CHIPCARD_API int LC_GeldKarte_Values_toDb | ( | const LC_GELDKARTE_VALUES * | st, |
GWEN_DB_NODE * | db ) |
Stores an object in the given GWEN_DB_NODE
References CHIPCARD_API, and LC_GeldKarte_Values_toDb().
Referenced by LC_GeldKarte_Values_toDb().
CHIPCARD_API int LC_GeldKarte_Values_IsModified | ( | const LC_GELDKARTE_VALUES * | st | ) |
Returns 0 if this object has not been modified, !=0 otherwise
References CHIPCARD_API, and LC_GeldKarte_Values_IsModified().
Referenced by LC_GeldKarte_Values_IsModified().
CHIPCARD_API void LC_GeldKarte_Values_SetModified | ( | LC_GELDKARTE_VALUES * | st, |
int | i ) |
Sets the modified state of the given object
References CHIPCARD_API, and LC_GeldKarte_Values_SetModified().
Referenced by LC_GeldKarte_Values_SetModified().
CHIPCARD_API int LC_GeldKarte_Values_GetLoaded | ( | const LC_GELDKARTE_VALUES * | el | ) |
Returns the property LC_GELDKARTE_VALUES_Loaded
References CHIPCARD_API, and LC_GeldKarte_Values_GetLoaded().
Referenced by LC_GeldKarte_Values_GetLoaded().
CHIPCARD_API void LC_GeldKarte_Values_SetLoaded | ( | LC_GELDKARTE_VALUES * | el, |
int | d ) |
Set the property LC_GELDKARTE_VALUES_Loaded
References CHIPCARD_API, and LC_GeldKarte_Values_SetLoaded().
Referenced by LC_GeldKarte_Values_SetLoaded().
CHIPCARD_API int LC_GeldKarte_Values_GetMaxLoad | ( | const LC_GELDKARTE_VALUES * | el | ) |
Returns the property LC_GELDKARTE_VALUES_MaxLoad
References CHIPCARD_API, and LC_GeldKarte_Values_GetMaxLoad().
Referenced by LC_GeldKarte_Values_GetMaxLoad().
CHIPCARD_API void LC_GeldKarte_Values_SetMaxLoad | ( | LC_GELDKARTE_VALUES * | el, |
int | d ) |
Set the property LC_GELDKARTE_VALUES_MaxLoad
References CHIPCARD_API, and LC_GeldKarte_Values_SetMaxLoad().
Referenced by LC_GeldKarte_Values_SetMaxLoad().
CHIPCARD_API int LC_GeldKarte_Values_GetMaxXfer | ( | const LC_GELDKARTE_VALUES * | el | ) |
Returns the property LC_GELDKARTE_VALUES_MaxXfer
References CHIPCARD_API, and LC_GeldKarte_Values_GetMaxXfer().
Referenced by LC_GeldKarte_Values_GetMaxXfer().
CHIPCARD_API void LC_GeldKarte_Values_SetMaxXfer | ( | LC_GELDKARTE_VALUES * | el, |
int | d ) |
Set the property LC_GELDKARTE_VALUES_MaxXfer
References CHIPCARD_API, and LC_GeldKarte_Values_SetMaxXfer().
Referenced by LC_GeldKarte_Values_SetMaxXfer().