dbp::string2wstring Class Reference

String to wide string convert. More...

#include <strutils.h>

List of all members.

Public Member Functions

std::wstring operator() (const std::string &source, std::locale const &loc=std::locale()) const
 Convert string to the wide string.

Detailed Description

String to wide string convert.

The string2wstring functor class is used for converting strings to widen (unicode) strings according specified locale.


Member Function Documentation

std::wstring dbp::string2wstring::operator() ( const std::string &  source,
std::locale const &  loc = std::locale() 
) const

Convert string to the wide string.

Parameters:
source the string to convert
loc the string locale (default: current locale)
Returns:
the converted wide string

The documentation for this class was generated from the following file:

 
Support This Project
SourceForge.net Logo