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