Implements a temporary object which is appended to instances of type AString.
Appends a given number of characters.
Definition at line 420 of file format.inl.
Public Field Index: | |
| int | count |
| The number of characters to write. | |
| TChar | fillChar |
| The character to write. | |
Public Method Index: | |
| Fill (TChar pFillChar, int pCount) | |
| int count |
The number of characters to write.
Definition at line 423 of file format.inl.
| TChar fillChar |
The character to write.
Definition at line 422 of file format.inl.
|
inline |
Constructor.
| pFillChar | The character to write. |
| pCount | The number of characters to write. |
Definition at line 428 of file format.inl.