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 281 of file strgen.cpp.
HeaderFileWriter::HeaderFileWriter | ( | const char * | filename | ) | [inline] |
Open a file to write to.
filename | The file to open. |
Definition at line 291 of file strgen.cpp.
References FileWriter::fh.
The previous string ID that was printed.
Definition at line 285 of file strgen.cpp.
const char* HeaderFileWriter::real_filename |
The real file name we eventually want to write to.
Definition at line 283 of file strgen.cpp.