Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ifparser.h File Reference
#include <stdio.h>
Include dependency graph for ifparser.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  _if_parser

Macros

#define False   0
#define True   1

Typedefs

typedef int Bool
typedef struct _if_parser IfParser

Functions

const char * ParseIfExpression ()

Macro Definition Documentation

◆ False

#define False   0

Definition at line 65 of file ifparser.h.

◆ True

#define True   1

Definition at line 66 of file ifparser.h.

Typedef Documentation

◆ Bool

typedef int Bool

Definition at line 64 of file ifparser.h.

◆ IfParser

typedef struct _if_parser IfParser

Function Documentation

◆ ParseIfExpression()

const char * ParseIfExpression ( )