stringf.h File Reference

String formatting utilities header file. More...

#include <stdarg.h>
Include dependency graph for stringf.h:
This graph shows which files directly or indirectly include this file:

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,...)

Detailed Description

String formatting utilities header file.

Definition in file stringf.h.


Generated by  doxygen 1.6.1