![]() |
Public API Reference |
![]() |
Standard format string source for csPrintfFormatter. More...
#include <csutil/formatter.h>
Public Member Functions | |
csFmtDefaultReader (const T *string, size_t length) | |
Init with a string and a length. | |
bool | GetNext (utf32_char &ch) |
Get next character. Returns false if end of input was reached. | |
size_t | GetPosition () const |
Get position relative to beginning. | |
void | Reset () |
Rewind. |
Standard format string source for csPrintfFormatter.
Definition at line 74 of file formatter.h.
csFmtDefaultReader< T >::csFmtDefaultReader | ( | const T * | string, |
size_t | length | ||
) | [inline] |
Init with a string and a length.
Definition at line 82 of file formatter.h.
bool csFmtDefaultReader< T >::GetNext | ( | utf32_char & | ch | ) | [inline] |
Get next character. Returns false if end of input was reached.
Definition at line 85 of file formatter.h.
size_t csFmtDefaultReader< T >::GetPosition | ( | ) | const [inline] |
Get position relative to beginning.
Definition at line 96 of file formatter.h.
void csFmtDefaultReader< T >::Reset | ( | ) | [inline] |
Rewind.
Definition at line 94 of file formatter.h.