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

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

#include <Str.h>

Public Member Functions

 WU (const wchar_t *ws=nullptr) noexcept
 
 WU (const std::wstring &s) noexcept
 
 ~WU () noexcept
 
 operator const char * () const noexcept
 

Private Attributes

char * cs
 

Detailed Description

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

Constructor & Destructor Documentation

HoverRace::Util::Str::WU::WU ( const wchar_t *  ws = nullptr)
inlinenoexcept
HoverRace::Util::Str::WU::WU ( const std::wstring &  s)
inlineexplicitnoexcept
HoverRace::Util::Str::WU::~WU ( )
inlinenoexcept

Member Function Documentation

HoverRace::Util::Str::WU::operator const char * ( ) const
inlinenoexcept

Member Data Documentation

char* HoverRace::Util::Str::WU::cs
private

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