Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TEnv.cxx File Reference
#include "RConfigure.h"
#include <cstring>
#include <cstdio>
#include <cstdlib>
#include <cctype>
#include "strlcpy.h"
#include "TEnv.h"
#include "TROOT.h"
#include "TSystem.h"
#include "THashList.h"
#include "TError.h"
Include dependency graph for TEnv.cxx:

Classes

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

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 

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.