CMGDK r49-rc2
名字空间 | 函数
K:/CMGDKv18/SDK/Source/Base/Algorithml/StrChar.cpp文件参考
#include <hgl/other.h>
#include <stdarg.h>
#include <stdio.h>

名字空间

namespace  hgl
 

__MAKE_HGL__&&!__MAKE_PLUGIN__


namespace  hgl::wide
 

宽字符串相关处理函数所占名字空间


函数

void hgl::wide::sprintf (wchar_t *, const wchar_t *,...)
 格式化字符串
template<typename T >
hgl::wide::_wtoi (const wchar_t *str)
int hgl::wide::wtoi (const wchar_t *)
 转换一个字符串到int型
int64 hgl::wide::wtoi64 (const wchar_t *)
 转换一个字符串到int64型
template<typename T >
hgl::wide::_wtou (const wchar_t *str)
uint hgl::wide::wtou (const wchar_t *)
 转换一个字符串到uint型
uint64 hgl::wide::wtou64 (const wchar_t *)
 转换一个字符串到uint64型
template<typename T >
hgl::wide::_wtof (const wchar_t *str)
float hgl::wide::wtof (const wchar_t *)
 转换一个字符串到float型
double hgl::wide::wtod (const wchar_t *)
 转换一个字符串到double型
bool hgl::wide::wtob (const wchar_t *)
 转换一个字符串到bool型
wchar_t * hgl::wide::itow (wchar_t *, int, int64)
 转换一个int型数值到字符串
wchar_t * hgl::wide::utow (wchar_t *, int, uint64)
 转换一个uint型数值到字符串
wchar_t * hgl::wide::ftow (wchar_t *, int, double)
 转换一个double型数值到字符串
bool hgl::wide::IntToSize (wchar_t *, uint64)
 转换一个数值到计算机长度模式字符串
 全部  名字空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义