Public Member Functions | |
HeaderFileWriter (const char *filename) | |
Open a file to write to. | |
void | WriteStringID (const char *name, int stringid) |
void | Finalise (const StringData &data) |
Data Fields | |
const char * | real_filename |
The real file name we eventually want to write to. | |
int | prev |
The previous string ID that was printed. |
Definition at line 280 of file strgen.cpp.
HeaderFileWriter::HeaderFileWriter | ( | const char * | filename | ) | [inline] |
Open a file to write to.
filename | The file to open. |
Definition at line 290 of file strgen.cpp.
References FileWriter::fh.
The previous string ID that was printed.
Definition at line 284 of file strgen.cpp.
const char* HeaderFileWriter::real_filename |
The real file name we eventually want to write to.
Definition at line 282 of file strgen.cpp.