Inheritance diagram for TReadEnvParser:
Public Member Functions | |
TReadEnvParser (TEnv *e, FILE *f, EEnvLevel l) | |
void | KeyValue (const TString &name, const TString &value, const TString &type) |
Private Attributes | |
EEnvLevel | fLevel |
Definition at line 215 of file TEnv.cxx.
void TReadEnvParser::KeyValue | ( | const TString & | name, | |
const TString & | value, | |||
const TString & | type | |||
) | [inline, virtual] |
Reimplemented from TEnvParser.
Definition at line 222 of file TEnv.cxx.
References TEnvParser::fEnv, fLevel, name, TEnv::SetValue(), type, and value.
EEnvLevel TReadEnvParser::fLevel [private] |