tstring.h(3)
| tstring.h(3) | log4cplus | tstring.h(3) |
NAME
tstring.h
SYNOPSIS
#include <log4cplus/config.hxx>
#include <string>
#include <log4cplus/tchar.h>
Namespaces
log4cplus
log4cplus::helpers
Macros
#define LOG4CPLUS_C_STR_TO_TSTRING(STRING)
(std::string(STRING))
#define LOG4CPLUS_STRING_TO_TSTRING(STRING) STRING
#define LOG4CPLUS_TSTRING_TO_STRING(STRING) STRING
Typedefs
typedef std::basic_string< tchar > log4cplus::tstring
Functions
std::string log4cplus::helpers::tostring (char const *str)
std::string log4cplus::helpers::tostring (std::string const &str)
const std::string & log4cplus::helpers::tostring (std::string
&str)
std::string log4cplus::helpers::tostring (std::string &&str)
std::wstring log4cplus::helpers::towstring (wchar_t const *str)
std::wstring log4cplus::helpers::towstring (std::wstring const
&str)
const std::wstring & log4cplus::helpers::towstring (std::wstring
&str)
std::wstring log4cplus::helpers::towstring (std::wstring &&str)
LOG4CPLUS_EXPORT std::string log4cplus::helpers::tostring (const
std::wstring &)
LOG4CPLUS_EXPORT std::string log4cplus::helpers::tostring
(wchar_t const *)
LOG4CPLUS_EXPORT std::wstring log4cplus::helpers::towstring
(const std::string &)
LOG4CPLUS_EXPORT std::wstring log4cplus::helpers::towstring
(char const *)
Macro Definition Documentation
#define LOG4CPLUS_C_STR_TO_TSTRING(STRING) (std::string(STRING))
Definition at line 119 of file tstring.h.
#define LOG4CPLUS_STRING_TO_TSTRING(STRING) STRING
Definition at line 120 of file tstring.h.
#define LOG4CPLUS_TSTRING_TO_STRING(STRING) STRING
Definition at line 121 of file tstring.h.
Author
Generated automatically by Doxygen for log4cplus from the source code.
| Fri Jun 18 2021 | Version 2.0.6 |
