Logo ROOT  
Reference Guide
TEnv.cxx File Reference
#include "RConfigure.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include "TEnv.h"
#include "TROOT.h"
#include "TSystem.h"
#include "THashList.h"
#include "TError.h"
Include dependency graph for TEnv.cxx:

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 },
{ 0, 0 }
}

◆ gEnv

TEnv* gEnv

Definition at line 82 of file TEnv.cxx.