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

Definition at line 246 of file TEnv.cxx.

Public Member Functions

 TWriteEnvParser (TEnv *e, FILE *f, FILE *of)
 
void Char (Int_t c) override
 
void KeyValue (const TString &name, const TString &value, const TString &type) override
 Write resources out to a new file.
 
void Parse ()
 Parse a line of the env file and create an entry in the resource dictionary (i.e.
 

Protected Attributes

TEnvfEnv
 

Private Attributes

FILEfIfp
 
FILEfOfp
 
Inheritance diagram for TWriteEnvParser:
TEnvParser

Constructor & Destructor Documentation

◆ TWriteEnvParser()

TWriteEnvParser::TWriteEnvParser ( TEnv * e,
FILE * f,
FILE * of )
inline

Definition at line 252 of file TEnv.cxx.

Member Function Documentation

◆ Char()

void TWriteEnvParser::Char ( Int_t c)
inlineoverridevirtual

Reimplemented from TEnvParser.

Definition at line 254 of file TEnv.cxx.

◆ KeyValue()

void TWriteEnvParser::KeyValue ( const TString & name,
const TString & value,
const TString & type )
overridevirtual

Write resources out to a new file.

Reimplemented from TEnvParser.

Definition at line 260 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 130 of file TEnv.cxx.

Member Data Documentation

◆ fEnv

TEnv* TEnvParser::fEnv
protectedinherited

Definition at line 116 of file TEnv.cxx.

◆ fIfp

FILE* TEnvParser::fIfp
privateinherited

Definition at line 113 of file TEnv.cxx.

◆ fOfp

FILE* TWriteEnvParser::fOfp
private

Definition at line 249 of file TEnv.cxx.


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