WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
|
Classes | |
struct | SharedStringData |
Namespaces | |
namespace | webcface |
namespace | webcface::internal |
Functions | |
void | usingUTF8 (bool flag) |
webcfaceが使用するエンコーディングを設定する | |
bool | usingUTF8 () |
webcfaceが使用するエンコーディングを取得する | |
std::string | toNarrow (std::wstring_view name_ref) |
wstringをstringに変換する | |
std::wstring | toWide (std::string_view name_ref) |
stringをwstringに変換する | |