_GScanner Struct Reference

#include <gscanner.h>

Data Fields

gpointer  user_data
guint  max_parse_errors
guint  parse_errors
const gchar input_name
GData qdata
GScannerConfig config
GTokenType  token
GTokenValue  value
guint  line
guint  position
GTokenType  next_token
GTokenValue  next_value
guint  next_line
guint  next_position
GHashTable symbol_table
gint  input_fd
const gchar text
const gchar text_end
gchar buffer
guint  scope_id
GScannerMsgFunc  msg_handler

Field Documentation

gchar* _GScanner::buffer
 
GScannerConfig* _GScanner::config
 
gint _GScanner::input_fd
 
const gchar* _GScanner::input_name
 
guint _GScanner::line
 
guint _GScanner::max_parse_errors
 
GScannerMsgFunc _GScanner::msg_handler
 
guint _GScanner::next_line
 
guint _GScanner::next_position
 
GTokenType _GScanner::next_token
 
GTokenValue _GScanner::next_value
 
guint _GScanner::parse_errors
 
guint _GScanner::position
 
GData* _GScanner::qdata
 
guint _GScanner::scope_id
 
GHashTable* _GScanner::symbol_table
 
const gchar* _GScanner::text
 
const gchar* _GScanner::text_end
 
GTokenType _GScanner::token
 
gpointer _GScanner::user_data
 
GTokenValue _GScanner::value
 

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

Copyright © Nokia Corporation 2001-2008
Back to top