#include "Util/sformat.H"
#include "Util/Assert.H"
#include "Util/log.H"
#include "rutz/compat_snprintf.h"
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,...) |
convert varargs to a std::string as if by snprintf()
Definition in file sformat.C.
std::string vsformat | ( | const char * | fmt, | |
va_list | ap | |||
) |
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.