|
| StringBuilder (int size) |
|
| StringBuilder (char *buffer, int size) |
|
void | PRINTF_FORMAT (2, 3) AddFormatted(const char *format |
|
void void | PRINTF_FORMAT (2, 0) AddFormattedList(const char *format |
|
| SimpleStringBuilder (int size) |
|
| SimpleStringBuilder (char *buffer, int size) |
|
int | size () const |
|
int | position () const |
|
void | Reset () |
|
void | AddCharacter (char c) |
|
void | AddString (const char *s) |
|
void | AddSubstring (const char *s, int n) |
|
void | AddPadding (char c, int count) |
|
void | AddDecimalInteger (int value) |
|
char * | Finalize () |
|
Definition at line 1550 of file utils.h.
The documentation for this class was generated from the following file: