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

xml-common.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  Types {
  Y_BOOLEAN,
  Y_CHAR,
  Y_DOUBLE,
  Y_FLOAT,
  Y_INT,
  Y_INT64,
  Y_LONG,
  Y_OBJECT,
  Y_STRING,
  Y_UCHAR,
  Y_UINT,
  Y_UINT64,
  Y_ULONG,
  Y_COUNT
}
 SECTION:xml-common : Definitions for xml<->glib typing. More...

Variables

static const char *const type_names [Y_COUNT]
static const GType type_gtypes [Y_COUNT]


Enumeration Type Documentation

enum Types
 

SECTION:xml-common : Definitions for xml<->glib typing.

These arrays help to get a GType for a type string from xml file and vice versa.

Enumeration values:
Y_BOOLEAN 
Y_CHAR 
Y_DOUBLE 
Y_FLOAT 
Y_INT 
Y_INT64 
Y_LONG 
Y_OBJECT 
Y_STRING 
Y_UCHAR 
Y_UINT 
Y_UINT64 
Y_ULONG 
Y_COUNT 

Definition at line 33 of file xml-common.h.


Variable Documentation

const GType type_gtypes[Y_COUNT] [static]
 

Initial value:

 {
        G_TYPE_BOOLEAN,       
        G_TYPE_CHAR,
        G_TYPE_DOUBLE,
        G_TYPE_FLOAT,
        G_TYPE_INT,
        G_TYPE_INT64,
        G_TYPE_LONG,
        G_TYPE_OBJECT,
        G_TYPE_STRING,
        G_TYPE_UCHAR,
        G_TYPE_UINT,
        G_TYPE_UINT64,
        G_TYPE_ULONG
}

Definition at line 66 of file xml-common.h.

Referenced by _alarmd_object_real_to_xml(), _alarmd_queue_to_xml(), and elements_to_parameters().

const char* const type_names[Y_COUNT] [static]
 

Initial value:

 {
        "boolean",
        "char",
        "double",
        "float",
        "int",
        "int64",
        "long",
        "object",
        "string",
        "uchar",
        "uint",
        "uint64",
        "ulong",
}

Definition at line 50 of file xml-common.h.

Referenced by _alarmd_object_real_to_xml(), and _alarmd_queue_to_xml().


Generated on Thu Dec 21 18:23:31 2006 for Alarmd by  doxygen 1.4.2