CMGDK r49-rc2
名字空间 | 宏定义
K:/CMGDKv18/SDK/Include/hgl/CompOperator.H文件参考

浏览该文件的源代码。

名字空间

namespace  hgl
 

__MAKE_HGL__&&!__MAKE_PLUGIN__


宏定义

#define CompOperator(name, compfunc)

宏定义文档

#define CompOperator (   name,
  compfunc 
)
值:
const bool operator > (name i)const     {return compfunc(i)>0;} \
                                        const bool operator < (name i)const     {return compfunc(i)<0;} \
                                        const bool operator >=(name i)const     {return compfunc(i)>=0;}\
                                        const bool operator <=(name i)const     {return compfunc(i)<=0;}\
                                        const bool operator ==(name i)const     {return compfunc(i)==0;}\
                                        const bool operator !=(name i)const     {return compfunc(i)!=0;}
 全部  名字空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义