|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include "Encode.hpp"#include "AstUtil/Logger.hpp"#include "AstUtil/StringView.hpp"#include <vector>#include <memory>#include <stdexcept>#include <clocale>#include <locale>#include <cstring>#include <codecvt>命名空间 | |
| namespace | ast |
函数 | |
| errc_t | ast::aUtf8ToWide (const char *utf8, std::wstring &wide) |
| errc_t | ast::aWideToUtf8 (const wchar_t *wide, std::string &utf8) |
| errc_t | ast::aWideToCRT (const wchar_t *wide, std::string &crt) |
| errc_t | ast::aCRTToWide (const char *crt, std::wstring &wide) |
| bool | ast::aCRTIsUTF8 () |
| errc_t | ast::aUTF8ToCRT (const char *utf8, std::string &crt) |
~