
Definition in file sformat.H.
#include <stdarg.h>
#include <string>
Include dependency graph for sformat.H:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| std::string | vsformat (const char *fmt, va_list ap) |
| snprintf() the specified format string + varargs into a std::string. | |
| std::string | sformat (const char *fmt,...) __attribute__((format(__printf__ |
| snprintf() the specified format string + varargs into a std::string. | |
|
||||||||||||
|
snprintf() the specified format string + varargs into a std::string.
|
|
||||||||||||
|
snprintf() the specified format string + varargs into a std::string. NOTE: The CALLER is responsible for doing va_end(ap); it is not done internally in vsformat(). Definition at line 47 of file sformat.C. References ASSERT, buf, LFATAL, and vsnprintf(). Referenced by sformat(). |
1.4.4