tlx
|
Go to the source code of this file.
Namespaces | |
tlx | |
Functions | |
std::string | ssprintf (const char *fmt,...) TLX_ATTRIBUTE_FORMAT_PRINTF(1 |
Helper for return the result of a sprintf() call inside a std::string. More... | |
std::string | ssnprintf (size_t max_size, const char *fmt,...) TLX_ATTRIBUTE_FORMAT_PRINTF(2 |
Helper for return the result of a snprintf() call inside a std::string. More... | |