Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
_if_parser Struct Reference

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>

Member Data Documentation

◆ data

char* _if_parser::data

Definition at line 74 of file ifparser.h.

◆ eval_defined

int(* _if_parser::eval_defined) (struct _if_parser *, const char *, int)

Definition at line 72 of file ifparser.h.

◆ eval_variable

long(* _if_parser::eval_variable) (struct _if_parser *, const char *, int)

Definition at line 71 of file ifparser.h.

◆ [struct]

struct { ... } _if_parser::funcs

◆ handle_error

const char *(* _if_parser::handle_error) (struct _if_parser *, const char *, const char *)

Definition at line 70 of file ifparser.h.

Collaboration diagram for _if_parser:
[legend]

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