_GTokenValue Union Reference

#include <gscanner.h>


Data Fields

gpointer v_symbol
gcharv_identifier
gulong v_binary
gulong v_octal
gulong v_int
guint64 v_int64
gdouble v_float
gulong v_hex
gcharv_string
gcharv_comment
guchar v_char
guint v_error

Field Documentation

gulong _GTokenValue::v_binary
 

guchar _GTokenValue::v_char
 

gchar* _GTokenValue::v_comment
 

guint _GTokenValue::v_error
 

gdouble _GTokenValue::v_float
 

gulong _GTokenValue::v_hex
 

gchar* _GTokenValue::v_identifier
 

gulong _GTokenValue::v_int
 

guint64 _GTokenValue::v_int64
 

gulong _GTokenValue::v_octal
 

gchar* _GTokenValue::v_string
 

gpointer _GTokenValue::v_symbol
 


The documentation for this union was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top