libfswatch
1.9.3
|
Header of the fsw::string_utils namespace. More...
#include <cstdarg>
#include <string>
Go to the source code of this file.
Namespaces | |
fsw | |
Main namespace of libfswatch . | |
fsw::string_utils | |
This namespace contains string manipulation functions. | |
Functions | |
string | fsw::string_utils::string_from_format (const char *format,...) |
Create a std::string using a printf() format and varargs. More... | |
string | fsw::string_utils::vstring_from_format (const char *format, va_list args) |
Create a std::string using a printf() format and a va_list args . More... | |
Header of the fsw::string_utils namespace.