![]() |
CMGDK r49-rc2
|
加密型int变量类 更多...
#include <CryptInt.H>
公有成员 | |
CryptInt () | |
CryptInt (int) | |
operator int () | |
void | operator= (int v) |
int | operator+ (int v) |
int | operator- (int v) |
int | operator* (int v) |
int | operator/ (int v) |
int | operator% (int v) |
void | operator+= (int v) |
void | operator-= (int v) |
void | operator*= (int v) |
void | operator/= (int v) |
int | operator++ (int) |
后置++ | |
int | operator-- (int) |
后置-- | |
int | operator++ () |
前置++ | |
int | operator-- () |
前置-- | |
bool | operator> (int v) |
bool | operator>= (int v) |
bool | operator< (int v) |
bool | operator<= (int v) |
bool | operator== (int v) |
bool | operator!= (int v) |
保护成员 | |
virtual int | GetValue () |
virtual void | SetValue (int) |
保护属性 | |
int | value |
int | key |
加密型int变量类
加密int型变量类,这个类型可以直接替代int使用,由于它在内存中将数据以加密形式保存,所以可以防止一些内存修改工具对本身应用程序数据的监视。
hgl::CryptInt::CryptInt | ( | ) |
hgl::CryptInt::CryptInt | ( | int | v | ) |
int hgl::CryptInt::GetValue | ( | ) | [protected, virtual] |
hgl::CryptInt::operator int | ( | ) | [inline] |
bool hgl::CryptInt::operator!= | ( | int | v | ) | [inline] |
void hgl::CryptInt::operator*= | ( | int | v | ) | [inline] |
int hgl::CryptInt::operator++ | ( | ) | [inline] |
前置++
void hgl::CryptInt::operator+= | ( | int | v | ) | [inline] |
int hgl::CryptInt::operator-- | ( | ) | [inline] |
前置--
void hgl::CryptInt::operator-= | ( | int | v | ) | [inline] |
void hgl::CryptInt::operator/= | ( | int | v | ) | [inline] |
bool hgl::CryptInt::operator< | ( | int | v | ) | [inline] |
bool hgl::CryptInt::operator<= | ( | int | v | ) | [inline] |
void hgl::CryptInt::operator= | ( | int | v | ) | [inline] |
bool hgl::CryptInt::operator== | ( | int | v | ) | [inline] |
bool hgl::CryptInt::operator> | ( | int | v | ) | [inline] |
bool hgl::CryptInt::operator>= | ( | int | v | ) | [inline] |
void hgl::CryptInt::SetValue | ( | int | v | ) | [protected, virtual] |
int hgl::CryptInt::key [protected] |
int hgl::CryptInt::value [protected] |