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 413 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 416 of file format.inl.
TChar alib::strings::TFill< TChar >::fillChar |
The character to write.
Definition at line 415 of file format.inl.
|
inline |
Constructor.
pFillChar | The character to write. |
pCount | The number of characters to write. |
Definition at line 421 of file format.inl.