HoverRace  2.0
Public Member Functions | Private Attributes | List of all members
HoverRace::Util::Str::UW Class Reference

Utility class for easy conversion of UTF-8 to wide strings. More...

#include <Str.h>

Public Member Functions

 UW (const char *s=nullptr) noexcept
 
 UW (const std::string &s) noexcept
 
 ~UW () noexcept
 
 operator const wchar_t * () const noexcept
 

Private Attributes

wchar_t * cs
 

Detailed Description

Utility class for easy conversion of UTF-8 to wide strings.

Constructor & Destructor Documentation

HoverRace::Util::Str::UW::UW ( const char *  s = nullptr)
inlinenoexcept
HoverRace::Util::Str::UW::UW ( const std::string &  s)
inlineexplicitnoexcept
HoverRace::Util::Str::UW::~UW ( )
inlinenoexcept

Member Function Documentation

HoverRace::Util::Str::UW::operator const wchar_t * ( ) const
inlinenoexcept

Member Data Documentation

wchar_t* HoverRace::Util::Str::UW::cs
private

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