AnsiWide.cpp File Reference

Ansi/Wide string conversion functions. More...

#include "Common.hpp"
#include "AnsiWide.hpp"

Namespaces

namespace  Core

Functions

void Core::AnsiToWide (const char *pszBegin, const char *pszEnd, wchar_t *pszDst)
 Convert a string from ANSI to Wide.
std::wstring Core::AnsiToWide (const char *pszBegin, const char *pszEnd)
 Convert a string from ANSI to Wide.
void Core::WideToAnsi (const wchar_t *pszBegin, const wchar_t *pszEnd, char *pszDst)
 Convert a string from Wide to ANSI.
std::string Core::WideToAnsi (const wchar_t *pszBegin, const wchar_t *pszEnd)
 Convert a string from Wide to ANSI.


Detailed Description

Ansi/Wide string conversion functions.

Author:
Chris Oldwood

Generated on Wed Feb 13 22:53:28 2008 for Core Library by  doxygen 1.5.2