Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TEnvParser Class Reference

TEnv Parser.

Definition at line 106 of file TEnv.cxx.

Public Member Functions

 TEnvParser (TEnv *e, FILE *f)
 
virtual ~TEnvParser ()
 
virtual void Char (Int_t)
 
virtual void KeyValue (const TString &, const TString &, const TString &)
 
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
 
Inheritance diagram for TEnvParser:
[legend]

Constructor & Destructor Documentation

◆ TEnvParser()

TEnvParser::TEnvParser ( TEnv e,
FILE *  f 
)
inline

Definition at line 115 of file TEnv.cxx.

◆ ~TEnvParser()

virtual TEnvParser::~TEnvParser ( )
inlinevirtual

Definition at line 116 of file TEnv.cxx.

Member Function Documentation

◆ Char()

virtual void TEnvParser::Char ( Int_t  )
inlinevirtual

Reimplemented in TWriteEnvParser.

Definition at line 118 of file TEnv.cxx.

◆ KeyValue()

virtual void TEnvParser::KeyValue ( const TString ,
const TString ,
const TString  
)
inlinevirtual

Reimplemented in TReadEnvParser, and TWriteEnvParser.

Definition at line 117 of file TEnv.cxx.

◆ Parse()

void TEnvParser::Parse ( )

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
protected

Definition at line 112 of file TEnv.cxx.

◆ fIfp

FILE* TEnvParser::fIfp
private

Definition at line 109 of file TEnv.cxx.

  • core/base/src/TEnv.cxx