Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

GVariant.h File Reference

Variant class.
Copyright (C), Matthew Allen. More...

#include "GDom.h"
#include "GDateTime.h"
#include "GContainers.h"

Go to the source code of this file.

Enumerations

enum  GVariantType {
  GV_NULL, GV_INT32, GV_INT64, GV_BOOL,
  GV_DOUBLE, GV_STRING, GV_BINARY, GV_LIST,
  GV_DOM, GV_VOID_PTR, GV_DATETIME, GV_GVIEW,
  GV_GMOUSE, GV_GKEY
}
 The different types the varient can be. More...


Detailed Description

Variant class.
Copyright (C), Matthew Allen.

Author:
Matthew Allen

Enumeration Type Documentation

enum GVariantType
 

The different types the varient can be.

Enumeration values:
GV_NULL  Null type.
GV_INT32  32-bit integer
GV_INT64  64-bit integer
GV_BOOL  true or false boolean.
GV_DOUBLE  C++ double.
GV_STRING  Null terminated string value.
GV_BINARY  Block of binary data.
GV_LIST  List of GVariant.
GV_DOM  GDom object.
GV_VOID_PTR  Untyped pointer.
GV_DATETIME  GDateTime class.
GV_GVIEW  Pointer to GView (stored as a void*).
GV_GMOUSE  Pointer to GMouse (stored as a void*).
GV_GKEY  Pointer to GKey (stored as a void*).


Generated on Wed Oct 26 14:46:54 2005 for Lgi by  doxygen 1.4.1