libfswatch  1.9.3
Namespaces | Functions
string_utils.hpp File Reference

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...
 

Detailed Description

Header of the fsw::string_utils namespace.

License:
GNU General Public License v. 3.0
Author
Enrico M. Crisostomo
Version
1.8.0