libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
unicode_conversions.hpp File Reference
#include "ttypes.hpp"
#include <locale>
#include <memory>
Include dependency graph for unicode_conversions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  jmmcg::LIBJMMCG_VER_NAMESPACE::widen
 
struct  jmmcg::LIBJMMCG_VER_NAMESPACE::narrow
 

Namespaces

namespace  jmmcg
 Link with -lrt to include these functions.
 
namespace  jmmcg::LIBJMMCG_VER_NAMESPACE
 

Functions

std::wstring __fastcall jmmcg::LIBJMMCG_VER_NAMESPACE::StringToWString (const std::string &in)
 
std::string __fastcall jmmcg::LIBJMMCG_VER_NAMESPACE::WStringToString (const std::wstring &in)
 
tstring __fastcall jmmcg::LIBJMMCG_VER_NAMESPACE::WStringToTString (const std::wstring &in)
 
std::wstring __fastcall jmmcg::LIBJMMCG_VER_NAMESPACE::TStringToWString (const tstring &in)
 
tstring __fastcall jmmcg::LIBJMMCG_VER_NAMESPACE::StringToTString (const std::string &in) noexcept(true)
 
std::string __fastcall jmmcg::LIBJMMCG_VER_NAMESPACE::TStringToString (const tstring &in) noexcept(true)