Declaration of the formatstring() function that replaces sprintf() and snprintf() by allocating the right-sized buffer and returning it. More...
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | Helpers |
The namespace containing all the "helper" functions in the C++ code. | |
Macros | |
#define | __FORMATSTRING_H__ |
Functions | |
std::string | formatstring (const char *fmt,...) |
Use the given string and arguments to return a buffer containing the formatted string. The format and arguments follow the printf() functionality. | |
Declaration of the formatstring() function that replaces sprintf() and snprintf() by allocating the right-sized buffer and returning it.
Definition in file lusplus/helpers/formatstring.h.
#define __FORMATSTRING_H__ |
Definition at line 9 of file lusplus/helpers/formatstring.h.