glib-2.0 Reference Manual

Synopsis

public struct TokenValue {
    public    void**                    v_symbol ;
    public    string                    v_identifier ;
    public    ulong                     v_binary ;
    public    ulong                     v_octal ;
    public    ulong                     v_int ;
    public    ulong                     v_int64 ;
    public    double                    v_float ;
    public    ulong                     v_hex ;
    public    string                    v_string ;
    public    string                    v_comment ;
    public    uchar                     v_char ;
    public    uint                      v_error ;
}

Description

Details

Constructor Details

Field Details

v_symbol
    public    void**                    v_symbol ;		

v_identifier
    public    string                    v_identifier ;		

v_binary
    public    ulong                     v_binary ;		

v_octal
    public    ulong                     v_octal ;		

v_int
    public    ulong                     v_int ;		

v_int64
    public    ulong                     v_int64 ;		

v_float
    public    double                    v_float ;		

v_hex
    public    ulong                     v_hex ;		

v_string
    public    string                    v_string ;		

v_comment
    public    string                    v_comment ;		

v_char
    public    uchar                     v_char ;		

v_error
    public    uint                      v_error ;		

Method Details


Created by Valadoc