libchipcard 5.1.6
geldkarte_blog.h File Reference
#include <gwenhywfar/db.h>
#include <gwenhywfar/list2.h>
#include <gwenhywfar/types.h>
#include <gwenhywfar/gwentime.h>
#include <chipcard/chipcard.h>
Include dependency graph for geldkarte_blog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct LC_GELDKARTE_BLOG LC_GELDKARTE_BLOG

Functions

CHIPCARD_API void LC_GeldKarte_BLog_List2_freeAll (LC_GELDKARTE_BLOG_LIST2 *stl)
CHIPCARD_API LC_GELDKARTE_BLOGLC_GeldKarte_BLog_new ()
CHIPCARD_API LC_GELDKARTE_BLOGLC_GeldKarte_BLog_fromDb (GWEN_DB_NODE *db)
CHIPCARD_API LC_GELDKARTE_BLOGLC_GeldKarte_BLog_dup (const LC_GELDKARTE_BLOG *st)
CHIPCARD_API void LC_GeldKarte_BLog_free (LC_GELDKARTE_BLOG *st)
CHIPCARD_API void LC_GeldKarte_BLog_Attach (LC_GELDKARTE_BLOG *st)
CHIPCARD_API int LC_GeldKarte_BLog_ReadDb (LC_GELDKARTE_BLOG *st, GWEN_DB_NODE *db)
CHIPCARD_API int LC_GeldKarte_BLog_toDb (const LC_GELDKARTE_BLOG *st, GWEN_DB_NODE *db)
CHIPCARD_API int LC_GeldKarte_BLog_IsModified (const LC_GELDKARTE_BLOG *st)
CHIPCARD_API void LC_GeldKarte_BLog_SetModified (LC_GELDKARTE_BLOG *st, int i)
CHIPCARD_API int LC_GeldKarte_BLog_GetStatus (const LC_GELDKARTE_BLOG *el)
CHIPCARD_API void LC_GeldKarte_BLog_SetStatus (LC_GELDKARTE_BLOG *el, int d)
CHIPCARD_API int LC_GeldKarte_BLog_GetBSeq (const LC_GELDKARTE_BLOG *el)
CHIPCARD_API void LC_GeldKarte_BLog_SetBSeq (LC_GELDKARTE_BLOG *el, int d)
CHIPCARD_API int LC_GeldKarte_BLog_GetLSeq (const LC_GELDKARTE_BLOG *el)
CHIPCARD_API void LC_GeldKarte_BLog_SetLSeq (LC_GELDKARTE_BLOG *el, int d)
CHIPCARD_API int LC_GeldKarte_BLog_GetValue (const LC_GELDKARTE_BLOG *el)
CHIPCARD_API void LC_GeldKarte_BLog_SetValue (LC_GELDKARTE_BLOG *el, int d)
CHIPCARD_API const char * LC_GeldKarte_BLog_GetMerchantId (const LC_GELDKARTE_BLOG *el)
CHIPCARD_API void LC_GeldKarte_BLog_SetMerchantId (LC_GELDKARTE_BLOG *el, const char *d)
CHIPCARD_API int LC_GeldKarte_BLog_GetHSeq (const LC_GELDKARTE_BLOG *el)
CHIPCARD_API void LC_GeldKarte_BLog_SetHSeq (LC_GELDKARTE_BLOG *el, int d)
CHIPCARD_API int LC_GeldKarte_BLog_GetSSeq (const LC_GELDKARTE_BLOG *el)
CHIPCARD_API void LC_GeldKarte_BLog_SetSSeq (LC_GELDKARTE_BLOG *el, int d)
CHIPCARD_API int LC_GeldKarte_BLog_GetLoaded (const LC_GELDKARTE_BLOG *el)
CHIPCARD_API void LC_GeldKarte_BLog_SetLoaded (LC_GELDKARTE_BLOG *el, int d)
CHIPCARD_API const GWEN_TIME * LC_GeldKarte_BLog_GetTime (const LC_GELDKARTE_BLOG *el)
CHIPCARD_API void LC_GeldKarte_BLog_SetTime (LC_GELDKARTE_BLOG *el, const GWEN_TIME *d)
CHIPCARD_API int LC_GeldKarte_BLog_GetKeyId (const LC_GELDKARTE_BLOG *el)
CHIPCARD_API void LC_GeldKarte_BLog_SetKeyId (LC_GELDKARTE_BLOG *el, int d)

Typedef Documentation

◆ LC_GELDKARTE_BLOG

Function Documentation

◆ LC_GeldKarte_BLog_List2_freeAll()

CHIPCARD_API void LC_GeldKarte_BLog_List2_freeAll ( LC_GELDKARTE_BLOG_LIST2 * stl)

Destroys all objects stored in the given LIST2 and the list itself

References CHIPCARD_API, and LC_GeldKarte_BLog_List2_freeAll().

Referenced by LC_GeldKarte_BLog_List2_freeAll().

◆ LC_GeldKarte_BLog_new()

CHIPCARD_API LC_GELDKARTE_BLOG * LC_GeldKarte_BLog_new ( )

Creates a new object.

References CHIPCARD_API, and LC_GeldKarte_BLog_new().

Referenced by LC_GeldKarte_BLog_new().

◆ LC_GeldKarte_BLog_fromDb()

CHIPCARD_API LC_GELDKARTE_BLOG * LC_GeldKarte_BLog_fromDb ( GWEN_DB_NODE * db)

Creates an object from the data in the given GWEN_DB_NODE

References CHIPCARD_API, and LC_GeldKarte_BLog_fromDb().

Referenced by LC_GeldKarte_BLog_fromDb().

◆ LC_GeldKarte_BLog_dup()

CHIPCARD_API LC_GELDKARTE_BLOG * LC_GeldKarte_BLog_dup ( const LC_GELDKARTE_BLOG * st)

Creates and returns a deep copy of thegiven object.

References CHIPCARD_API, and LC_GeldKarte_BLog_dup().

Referenced by LC_GeldKarte_BLog_dup().

◆ LC_GeldKarte_BLog_free()

CHIPCARD_API void LC_GeldKarte_BLog_free ( LC_GELDKARTE_BLOG * st)

Destroys the given object.

References CHIPCARD_API, and LC_GeldKarte_BLog_free().

Referenced by LC_GeldKarte_BLog_free().

◆ LC_GeldKarte_BLog_Attach()

CHIPCARD_API void LC_GeldKarte_BLog_Attach ( LC_GELDKARTE_BLOG * 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_BLog_Attach().

Referenced by LC_GeldKarte_BLog_Attach().

◆ LC_GeldKarte_BLog_ReadDb()

CHIPCARD_API int LC_GeldKarte_BLog_ReadDb ( LC_GELDKARTE_BLOG * st,
GWEN_DB_NODE * db )

Reads data from a GWEN_DB.

References CHIPCARD_API, and LC_GeldKarte_BLog_ReadDb().

Referenced by LC_GeldKarte_BLog_ReadDb().

◆ LC_GeldKarte_BLog_toDb()

CHIPCARD_API int LC_GeldKarte_BLog_toDb ( const LC_GELDKARTE_BLOG * st,
GWEN_DB_NODE * db )

Stores an object in the given GWEN_DB_NODE

References CHIPCARD_API, and LC_GeldKarte_BLog_toDb().

Referenced by LC_GeldKarte_BLog_toDb().

◆ LC_GeldKarte_BLog_IsModified()

CHIPCARD_API int LC_GeldKarte_BLog_IsModified ( const LC_GELDKARTE_BLOG * st)

Returns 0 if this object has not been modified, !=0 otherwise

References CHIPCARD_API, and LC_GeldKarte_BLog_IsModified().

Referenced by LC_GeldKarte_BLog_IsModified().

◆ LC_GeldKarte_BLog_SetModified()

CHIPCARD_API void LC_GeldKarte_BLog_SetModified ( LC_GELDKARTE_BLOG * st,
int i )

Sets the modified state of the given object

References CHIPCARD_API, and LC_GeldKarte_BLog_SetModified().

Referenced by LC_GeldKarte_BLog_SetModified().

◆ LC_GeldKarte_BLog_GetStatus()

CHIPCARD_API int LC_GeldKarte_BLog_GetStatus ( const LC_GELDKARTE_BLOG * el)

◆ LC_GeldKarte_BLog_SetStatus()

CHIPCARD_API void LC_GeldKarte_BLog_SetStatus ( LC_GELDKARTE_BLOG * el,
int d )

◆ LC_GeldKarte_BLog_GetBSeq()

CHIPCARD_API int LC_GeldKarte_BLog_GetBSeq ( const LC_GELDKARTE_BLOG * el)

◆ LC_GeldKarte_BLog_SetBSeq()

CHIPCARD_API void LC_GeldKarte_BLog_SetBSeq ( LC_GELDKARTE_BLOG * el,
int d )

◆ LC_GeldKarte_BLog_GetLSeq()

CHIPCARD_API int LC_GeldKarte_BLog_GetLSeq ( const LC_GELDKARTE_BLOG * el)

◆ LC_GeldKarte_BLog_SetLSeq()

CHIPCARD_API void LC_GeldKarte_BLog_SetLSeq ( LC_GELDKARTE_BLOG * el,
int d )

◆ LC_GeldKarte_BLog_GetValue()

CHIPCARD_API int LC_GeldKarte_BLog_GetValue ( const LC_GELDKARTE_BLOG * el)

◆ LC_GeldKarte_BLog_SetValue()

CHIPCARD_API void LC_GeldKarte_BLog_SetValue ( LC_GELDKARTE_BLOG * el,
int d )

◆ LC_GeldKarte_BLog_GetMerchantId()

CHIPCARD_API const char * LC_GeldKarte_BLog_GetMerchantId ( const LC_GELDKARTE_BLOG * el)

◆ LC_GeldKarte_BLog_SetMerchantId()

CHIPCARD_API void LC_GeldKarte_BLog_SetMerchantId ( LC_GELDKARTE_BLOG * el,
const char * d )

◆ LC_GeldKarte_BLog_GetHSeq()

CHIPCARD_API int LC_GeldKarte_BLog_GetHSeq ( const LC_GELDKARTE_BLOG * el)

◆ LC_GeldKarte_BLog_SetHSeq()

CHIPCARD_API void LC_GeldKarte_BLog_SetHSeq ( LC_GELDKARTE_BLOG * el,
int d )

◆ LC_GeldKarte_BLog_GetSSeq()

CHIPCARD_API int LC_GeldKarte_BLog_GetSSeq ( const LC_GELDKARTE_BLOG * el)

◆ LC_GeldKarte_BLog_SetSSeq()

CHIPCARD_API void LC_GeldKarte_BLog_SetSSeq ( LC_GELDKARTE_BLOG * el,
int d )

◆ LC_GeldKarte_BLog_GetLoaded()

CHIPCARD_API int LC_GeldKarte_BLog_GetLoaded ( const LC_GELDKARTE_BLOG * el)

◆ LC_GeldKarte_BLog_SetLoaded()

CHIPCARD_API void LC_GeldKarte_BLog_SetLoaded ( LC_GELDKARTE_BLOG * el,
int d )

◆ LC_GeldKarte_BLog_GetTime()

CHIPCARD_API const GWEN_TIME * LC_GeldKarte_BLog_GetTime ( const LC_GELDKARTE_BLOG * el)

◆ LC_GeldKarte_BLog_SetTime()

CHIPCARD_API void LC_GeldKarte_BLog_SetTime ( LC_GELDKARTE_BLOG * el,
const GWEN_TIME * d )

◆ LC_GeldKarte_BLog_GetKeyId()

CHIPCARD_API int LC_GeldKarte_BLog_GetKeyId ( const LC_GELDKARTE_BLOG * el)

◆ LC_GeldKarte_BLog_SetKeyId()

CHIPCARD_API void LC_GeldKarte_BLog_SetKeyId ( LC_GELDKARTE_BLOG * el,
int d )