Logo ROOT  
Reference Guide
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)
virtual void Char (Int_t)
void KeyValue (const TString &name, const TString &value, const TString &type) override
void Parse ()
 Parse a line of the env file and create an entry in the resource dictionary (i.e.

Protected Attributes

TEnvfEnv

Private Attributes

FILE * fIfp
EEnvLevel fLevel
Inheritance diagram for TReadEnvParser:
TEnvParser

Constructor & Destructor Documentation

◆ TReadEnvParser()

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

Definition at line 234 of file TEnv.cxx.

Member Function Documentation

◆ Char()

virtual void TEnvParser::Char ( Int_t )
inlinevirtualinherited

Reimplemented in TWriteEnvParser.

Definition at line 118 of file TEnv.cxx.

◆ 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.

◆ Parse()

void TEnvParser::Parse ( )
inherited

Parse a line of the env file and create an entry in the resource dictionary (i.e.

add a KeyValue pair).

Definition at line 126 of file TEnv.cxx.

Member Data Documentation

◆ fEnv

TEnv* TEnvParser::fEnv
protectedinherited

Definition at line 112 of file TEnv.cxx.

◆ fIfp

FILE* TEnvParser::fIfp
privateinherited

Definition at line 109 of file TEnv.cxx.

◆ fLevel

EEnvLevel TReadEnvParser::fLevel
private

Definition at line 231 of file TEnv.cxx.


The documentation for this class was generated from the following file: