_KDBInfo Struct Reference
[KeyDB :: Class Methods]

Object returned by kdbGetInfo() containing some informations about the Elektra library and backend being used. More...


Data Fields

char * version
char * backendName
uint8_t backendIsOpen


Detailed Description

Object returned by kdbGetInfo() containing some informations about the Elektra library and backend being used.

You should not allocate or deallocate memory for each of these members. This is a library responsability.

See also:
kdbGetInfo(), kdbFreeInfo(), kdbInfoToString()

commandInfo() of the 'kdb info' command to see it in action

Definition at line 352 of file kdb.h.


Field Documentation

char* _KDBInfo::version

Version of the library

Definition at line 355 of file kdb.h.

Referenced by kdbGetInfo(), and kdbInfoToString().

char* _KDBInfo::backendName

Name of backend being or that will be used

Definition at line 356 of file kdb.h.

Referenced by kdbGetInfo(), and kdbInfoToString().

uint8_t _KDBInfo::backendIsOpen

1 if backend was already open with kdbOpen(), 0 otherwise

Definition at line 358 of file kdb.h.

Referenced by kdbGetInfo(), and kdbInfoToString().


The documentation for this struct was generated from the following file:
Generated on Sun Mar 25 21:36:06 2007 for Elektra Project by  doxygen 1.5.1