Public Member Functions | |
TReadEnvParser (TEnv *e, FILE *f, EEnvLevel l) | |
void | KeyValue (const TString &name, const TString &value, const TString &type) override |
Public Member Functions inherited from TEnvParser | |
TEnvParser (TEnv *e, FILE *f) | |
virtual | ~TEnvParser () |
virtual void | Char (Int_t) |
void | Parse () |
Parse a line of the env file and create an entry in the resource dictionary (i.e. | |
Private Attributes | |
EEnvLevel | fLevel |
Additional Inherited Members | |
Protected Attributes inherited from TEnvParser | |
TEnv * | fEnv |
|
inlineoverridevirtual |
Reimplemented from TEnvParser.