GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
parser_env Struct Reference

Data Fields

unsigned stack_cnt
 
unsigned stack_size
 
var_store_ptrstack
 
var_store_ptr predefined_vars
 
var_store_ptr named_vars
 
var_store_ptr unnamed_vars
 
const char * parse_str
 
gchar * radix_point
 
gchar * group_char
 
char name [128]
 
char Token
 
char asn_op
 
char * tokens
 
char * token_tail
 
ParseError error_code
 
void * numeric_value
 
void *(* trans_numeric )(const char *digit_str, gchar *radix_point, gchar *group_char, char **rstr)
 
void *(* numeric_ops )(char op_sym, void *left_value, void *right_value)
 
void *(* negate_numeric )(void *value)
 
void(* free_numeric )(void *numeric_value)
 
void *(* func_op )(const char *fname, int argc, void **argv)
 

Detailed Description

Definition at line 400 of file expression_parser.c.


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