ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
TFormat< TChar >::Fill Struct Reference

Description:

template<typename TChar>
struct alib::strings::TFormat< TChar >::Fill

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)
 

Field Details:

◆ count

template<typename TChar >
int count

The number of characters to write.

Definition at line 423 of file format.inl.

◆ fillChar

template<typename TChar >
TChar fillChar

The character to write.

Definition at line 422 of file format.inl.

Constructor(s) / Destructor Details:

◆ Fill()

template<typename TChar >
Fill ( TChar pFillChar,
int pCount )
inline

Constructor.

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

Definition at line 428 of file format.inl.


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