feisty meow concerns codebase  2.140
IfParser Struct Reference

#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
 

Detailed Description

Definition at line 60 of file ifparser.h.

Member Data Documentation

◆ data

char* IfParser::data

Definition at line 66 of file ifparser.h.

◆ eval_defined

int(* IfParser::eval_defined) (IfParser *, const char *, int)

Definition at line 64 of file ifparser.h.

◆ eval_variable

int(* IfParser::eval_variable) (IfParser *, const char *, int)

Definition at line 63 of file ifparser.h.

◆ 

struct { ... } IfParser::funcs

Referenced by cppsetup().

◆ handle_error

const char*(* IfParser::handle_error) (IfParser *, const char *, const char *)

Definition at line 62 of file ifparser.h.

Referenced by cppsetup().


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