Inheritance diagram for TWriteEnvParser:
Public Member Functions | |
TWriteEnvParser (TEnv *e, FILE *f, FILE *of) | |
void | KeyValue (const TString &name, const TString &value, const TString &type) |
void | Char (Int_t c) |
Private Attributes | |
FILE * | fOfp |
Definition at line 228 of file TEnv.cxx.
TWriteEnvParser::TWriteEnvParser | ( | TEnv * | e, | |
FILE * | f, | |||
FILE * | of | |||
) | [inline] |
void TWriteEnvParser::KeyValue | ( | const TString & | name, | |
const TString & | value, | |||
const TString & | type | |||
) | [virtual] |
Reimplemented from TEnvParser.
Definition at line 240 of file TEnv.cxx.
References TString::Data(), TEnvParser::fEnv, TEnvRec::fModified, fOfp, fprintf(), TEnvRec::fValue, kFALSE, TEnv::Lookup(), name, and value.
void TWriteEnvParser::Char | ( | Int_t | c | ) | [inline, virtual] |
FILE* TWriteEnvParser::fOfp [private] |