CMGDK r49-rc2
名字空间 | 函数
K:/CMGDKv18/SDK/Source/Base/DataType/int128.cpp文件参考
#include <hgl/type/Int128.H>

名字空间

namespace  hgl
 

__MAKE_HGL__&&!__MAKE_PLUGIN__


函数

int128 hgl::operator/ (int128 n1, int128 n2)
int128 hgl::operator* (int128 n1, int128 n2)
int128 hgl::operator% (int128 n1, int128 n2)
int128 hgl::operator+ (int128 n1, int128 n2)
int128 hgl::operator- (int128 n1, int128 n2)
int128 hgl::operator+= (int128 &n1, int128 n2)
int128 hgl::operator-= (int128 &n1, int128 n2)
int128 hgl::operator*= (int128 &n1, int128 n2)
int128 hgl::operator/= (int128 &n1, int128 n2)
int128 hgl::operator| (int128 n1, int128 n2)
int128 hgl::operator& (int128 n1, int128 n2)
bool hgl::operator== (int128 n1, int128 n2)
bool hgl::operator> (int128 n1, int128 n2)
bool hgl::operator< (int128 n1, int128 n2)
bool hgl::operator!= (int128 n1, int128 n2)
bool hgl::operator>= (int128 n1, int128 n2)
bool hgl::operator<= (int128 n1, int128 n2)
void hgl::itow (int128, wchar_t *)
int128 hgl::wtoi (wchar_t *)
 全部  名字空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义