Logo ROOT  
Reference Guide
TWriteEnvParser Class Reference

Definition at line 242 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. More...
 
- Public Member Functions inherited from TEnvParser
 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. More...
 

Private Attributes

FILE * fOfp
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ TWriteEnvParser()

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

Definition at line 248 of file TEnv.cxx.

Member Function Documentation

◆ Char()

void TWriteEnvParser::Char ( Int_t  c)
inlineoverridevirtual

Reimplemented from TEnvParser.

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

Member Data Documentation

◆ fOfp

FILE* TWriteEnvParser::fOfp
private

Definition at line 245 of file TEnv.cxx.


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