log4cplus
1.1.0
|
Go to the source code of this file.
Namespaces | |
namespace | log4cplus |
namespace | log4cplus::helpers |
Defines | |
#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) |
std::string const & | log4cplus::helpers::tostring (std::string &str) |
std::wstring | log4cplus::helpers::towstring (wchar_t const *str) |
std::wstring | log4cplus::helpers::towstring (std::wstring const &str) |
std::wstring const & | 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 *) |
Definition in file tstring.h.
#define LOG4CPLUS_C_STR_TO_TSTRING | ( | STRING | ) | std::string(STRING) |
#define LOG4CPLUS_STRING_TO_TSTRING | ( | STRING | ) | STRING |
#define LOG4CPLUS_TSTRING_TO_STRING | ( | STRING | ) | STRING |