log4cplus  1.1.0
Namespaces | Defines | Typedefs | Functions
tstring.h File Reference
#include <log4cplus/config.hxx>
#include <string>
#include <log4cplus/tchar.h>
Include dependency graph for tstring.h:
This graph shows which files directly or indirectly include this file:

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 *)

Detailed Description

Definition in file tstring.h.


Define Documentation

#define LOG4CPLUS_C_STR_TO_TSTRING (   STRING)    std::string(STRING)

Definition at line 125 of file tstring.h.

#define LOG4CPLUS_STRING_TO_TSTRING (   STRING)    STRING

Definition at line 126 of file tstring.h.

#define LOG4CPLUS_TSTRING_TO_STRING (   STRING)    STRING

Definition at line 127 of file tstring.h.