Public Member Functions | |
TWriteEnvParser (TEnv *e, FILE *f, FILE *of) | |
void | Char (Int_t c) override |
void | KeyValue (const TString &name, const TString &value, const TString &type) override |
Write resources out to a new file. | |
Public Member Functions inherited from TEnvParser | |
TEnvParser (TEnv *e, FILE *f) | |
virtual | ~TEnvParser () |
void | Parse () |
Parse a line of the env file and create an entry in the resource dictionary (i.e. | |
Private Attributes | |
FILE * | fOfp |
Additional Inherited Members | |
Protected Attributes inherited from TEnvParser | |
TEnv * | fEnv |
|
inline |
|
inlineoverridevirtual |
Reimplemented from TEnvParser.
|
overridevirtual |
Write resources out to a new file.
Reimplemented from TEnvParser.