Implements a temporary object which is appended to instances of type AString.
Appends a given number of characters.
| TChar | The character type of the AString that instances can be "applied" to. |
Definition at line 409 of file format.inl.
Public Field Index: | |
| int | count |
| The number of characters to write. | |
| TChar | fillChar |
| The character to write. | |
Public Method Index: | |
| TFill (TChar pFillChar, int pCount) | |
| int alib::strings::TFill< TChar >::count |
The number of characters to write.
Definition at line 412 of file format.inl.
| TChar alib::strings::TFill< TChar >::fillChar |
The character to write.
Definition at line 411 of file format.inl.
|
inline |
Constructor.
| pFillChar | The character to write. |
| pCount | The number of characters to write. |
Definition at line 417 of file format.inl.