Main Page   Modules   Compound List   File List   Compound Members   File Members  

_XLV_ConfigKey Struct Reference
[XLV Config]

XLV_ConfigKey descriptor. More...

#include <xlv_config.h>

List of all members.

Public Attributes

XLV_ConfigSectionm_section
XLV_ConfigKeym_next_key
 pointer to the next key, may be NULL if it is the last key.

guint8 * m_keyname
 name of the key.

guint8 m_keytype
 type of the key.

union {
   gpointer   data
   guint32   i
   gfloat   f
m_keydata
 data linked to the key.


Detailed Description

XLV_ConfigKey descriptor.


Member Data Documentation

gpointer _XLV_ConfigKey::data
 

this is a generic pointer.

gfloat _XLV_ConfigKey::f
 

this is a float.

guint32 _XLV_ConfigKey::i
 

this is an integer.


The documentation for this struct was generated from the following file:
Generated on Mon Jul 1 19:39:08 2002 for XLV by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002