Definition at line 68 of file ifparser.h.
Public Attributes | |
| char * | data |
| struct { | |
| int(* eval_defined )(struct _if_parser *, const char *, int) | |
| long(* eval_variable )(struct _if_parser *, const char *, int) | |
| const char *(* handle_error )(struct _if_parser *, const char *, const char *) | |
| } | funcs |
#include </home/stephan/code/root-2/misc/rmkdepend/ifparser.h>
| char* _if_parser::data |
Definition at line 74 of file ifparser.h.
| int(* _if_parser::eval_defined) (struct _if_parser *, const char *, int) |
Definition at line 72 of file ifparser.h.
| long(* _if_parser::eval_variable) (struct _if_parser *, const char *, int) |
Definition at line 71 of file ifparser.h.
| struct { ... } _if_parser::funcs |
| const char *(* _if_parser::handle_error) (struct _if_parser *, const char *, const char *) |
Definition at line 70 of file ifparser.h.