Temporarily store output.
More...
|
void | Clear () |
| Clear the temporary storage. More...
|
|
void | Add (const char *text, int length=0) |
| Add text to the output storage. More...
|
|
void | Write (FILE *out_fp) const |
| Write all stored output to the output stream. More...
|
|
Temporarily store output.
Definition at line 103 of file settingsgen.cpp.
◆ Add()
void OutputStore::Add |
( |
const char * |
text, |
|
|
int |
length = 0 |
|
) |
| |
|
inline |
◆ BufferHasRoom()
bool OutputStore::BufferHasRoom |
( |
| ) |
const |
|
inlineprivate |
Does the buffer have room without adding a new OutputBuffer block?
- Returns
true
if room is available, else false
.
Definition at line 155 of file settingsgen.cpp.
◆ Clear()
void OutputStore::Clear |
( |
| ) |
|
|
inline |
◆ Write()
void OutputStore::Write |
( |
FILE * |
out_fp | ) |
const |
|
inline |
Write all stored output to the output stream.
- Parameters
-
out_fp | Stream to write the data to. |
Definition at line 143 of file settingsgen.cpp.
Referenced by main().
The documentation for this class was generated from the following file: