Inheritance diagram for TEnvParser:

Public Member Functions | |
| TEnvParser (TEnv *e, FILE *f) | |
| virtual | ~TEnvParser () |
| virtual void | KeyValue (const TString &, const TString &, const TString &) |
| virtual void | Char (Int_t) |
| void | Parse () |
Protected Attributes | |
| TEnv * | fEnv |
Private Attributes | |
| FILE * | fIfp |
Definition at line 101 of file TEnv.cxx.
| virtual void TEnvParser::Char | ( | Int_t | ) | [inline, virtual] |
| void TEnvParser::Parse | ( | ) |
FILE* TEnvParser::fIfp [private] |
TEnv* TEnvParser::fEnv [protected] |
Definition at line 107 of file TEnv.cxx.
Referenced by TWriteEnvParser::KeyValue(), and TReadEnvParser::KeyValue().
1.5.1