ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::strings::TFill< TChar > Struct Template Reference

Description:

template<typename TChar>
struct alib::strings::TFill< TChar >

Implements a temporary object which is appended to instances of type AString.
Appends a given number of characters.

Template Parameters
TCharThe 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)
 

Field Details:

◆ count

template<typename TChar>
int alib::strings::TFill< TChar >::count

The number of characters to write.

Definition at line 416 of file format.inl.

◆ fillChar

template<typename TChar>
TChar alib::strings::TFill< TChar >::fillChar

The character to write.

Definition at line 415 of file format.inl.

Constructor(s) / Destructor Details:

◆ TFill()

template<typename TChar>
alib::strings::TFill< TChar >::TFill ( TChar pFillChar,
int pCount )
inline

Constructor.

Parameters
pFillCharThe character to write.
pCountThe number of characters to write.

Definition at line 421 of file format.inl.


The documentation for this struct was generated from the following file: