Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TEnv.cxx File Reference

Classes

struct  BoolNameTable_t
class  TEnvParser
 TEnv Parser. More...
class  TReadEnvParser
class  TWriteEnvParser

Variables

static struct BoolNameTable_t gBoolNames []
TEnvgEnv

Variable Documentation

◆ gBoolNames

struct BoolNameTable_t gBoolNames[]
static
Initial value:
= {
{ "TRUE", 1 },
{ "FALSE", 0 },
{ "ON", 1 },
{ "OFF", 0 },
{ "YES", 1 },
{ "NO", 0 },
{ "OK", 1 },
{ "NOT", 0 },
{ nullptr, 0 }
}

◆ gEnv

TEnv* gEnv

Definition at line 83 of file TEnv.cxx.