#include <ifparser.h>
Public Attributes | |
| struct { | |
| const char *(* handle_error )(IfParser *, const char *, const char *) | |
| int(* eval_variable )(IfParser *, const char *, int) | |
| int(* eval_defined )(IfParser *, const char *, int) | |
| } | funcs |
| char * | data |
Definition at line 60 of file ifparser.h.
| const char*(* IfParser::handle_error)(IfParser *, const char *, const char *) |
Referenced by cppsetup().
| int(* IfParser::eval_variable)(IfParser *, const char *, int) |
Referenced by cppsetup().
| int(* IfParser::eval_defined)(IfParser *, const char *, int) |
Referenced by cppsetup().
| struct { ... } IfParser::funcs |
Referenced by cppsetup().
| char* IfParser::data |
1.5.1