Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
TReadEnvParser Class Reference

Definition at line 228 of file TEnv.cxx.

Public Member Functions

 TReadEnvParser (TEnv *e, FILE *f, EEnvLevel l)
 
void KeyValue (const TString &name, const TString &value, const TString &type) override
 
- Public Member Functions inherited from TEnvParser
 TEnvParser (TEnv *e, FILE *f)
 
virtual ~TEnvParser ()
 
virtual void Char (Int_t)
 
void Parse ()
 Parse a line of the env file and create an entry in the resource dictionary (i.e.
 

Private Attributes

EEnvLevel fLevel
 

Additional Inherited Members

- Protected Attributes inherited from TEnvParser
TEnvfEnv
 
Inheritance diagram for TReadEnvParser:
[legend]

Constructor & Destructor Documentation

◆ TReadEnvParser()

TReadEnvParser::TReadEnvParser ( TEnv * e,
FILE * f,
EEnvLevel l )
inline

Definition at line 234 of file TEnv.cxx.

Member Function Documentation

◆ KeyValue()

void TReadEnvParser::KeyValue ( const TString & name,
const TString & value,
const TString & type )
inlineoverridevirtual

Reimplemented from TEnvParser.

Definition at line 235 of file TEnv.cxx.

Member Data Documentation

◆ fLevel

EEnvLevel TReadEnvParser::fLevel
private

Definition at line 231 of file TEnv.cxx.

  • core/base/src/TEnv.cxx