Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_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
 

Detailed Description

Definition at line 113 of file gscanner.h.

Field Documentation

◆ v_binary

gulong _GTokenValue::v_binary

Definition at line 117 of file gscanner.h.

◆ v_char

guchar _GTokenValue::v_char

Definition at line 125 of file gscanner.h.

◆ v_comment

gchar* _GTokenValue::v_comment

Definition at line 124 of file gscanner.h.

◆ v_error

guint _GTokenValue::v_error

Definition at line 126 of file gscanner.h.

◆ v_float

gdouble _GTokenValue::v_float

Definition at line 121 of file gscanner.h.

◆ v_hex

gulong _GTokenValue::v_hex

Definition at line 122 of file gscanner.h.

◆ v_identifier

gchar* _GTokenValue::v_identifier

Definition at line 116 of file gscanner.h.

◆ v_int

gulong _GTokenValue::v_int

Definition at line 119 of file gscanner.h.

◆ v_int64

guint64 _GTokenValue::v_int64

Definition at line 120 of file gscanner.h.

◆ v_octal

gulong _GTokenValue::v_octal

Definition at line 118 of file gscanner.h.

◆ v_string

gchar* _GTokenValue::v_string

Definition at line 123 of file gscanner.h.

◆ v_symbol

gpointer _GTokenValue::v_symbol

Definition at line 115 of file gscanner.h.


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