String formatting utilities header file. More...
#include <stdarg.h>

Go to the source code of this file.
Classes | |
| class | StringFormatter |
| Class for generating formatted strings in a similar way to the C standard library function sprintf. More... | |
| class | StringFormatter::ConversionSpec |
| Information about a single conversion specification. More... | |
| class | StringBufferFormatter |
| A StringFormatter which stores the output text in a specified buffer. More... | |
Functions | |
| int | vsprintf (char *str, const char *format, va_list ap) |
| int | sprintf (char *str, const char *format,...) |
| int | vsnprintf (char *str, size_t size, const char *format, va_list ap) |
| int | snprintf (char *str, size_t size, const char *format,...) |
String formatting utilities header file.
Definition in file stringf.h.
1.6.1