![]() |
Public API Reference |
![]() |
Standard formatted string destination for csPrintfFormatter. More...
#include <csutil/formatter.h>
Public Member Functions | |
csFmtDefaultWriter (T *dest, size_t size) | |
Init with a string and a maximum length. | |
size_t | GetTotal () const |
Get number of chars that have been sent to the write (all, not only those that did fit into the buffer). | |
void | Put (utf32_char ch) |
Write a char. |
Standard formatted string destination for csPrintfFormatter.
Definition at line 106 of file formatter.h.
csFmtDefaultWriter< T >::csFmtDefaultWriter | ( | T * | dest, |
size_t | size | ||
) | [inline] |
Init with a string and a maximum length.
Definition at line 113 of file formatter.h.
size_t csFmtDefaultWriter< T >::GetTotal | ( | ) | const [inline] |
Get number of chars that have been sent to the write (all, not only those that did fit into the buffer).
Definition at line 128 of file formatter.h.
void csFmtDefaultWriter< T >::Put | ( | utf32_char | ch | ) | [inline] |
Write a char.
Definition at line 116 of file formatter.h.