Main Page | Modules | Data Structures | File List | Data Fields

_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 332 of file kdb.h.


Field Documentation

char* _KDBInfo::version
 

Version of the library

Definition at line 335 of file kdb.h.

Referenced by kdbGetInfo(), and kdbInfoToString().

char* _KDBInfo::backendName
 

Name of backend being or that will be used

Definition at line 336 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 337 of file kdb.h.

Referenced by kdbGetInfo(), and kdbInfoToString().


The documentation for this struct was generated from the following file:
Generated on Sun Feb 19 10:05:37 2006 for Elektra Project by  doxygen 1.3.9.1