Go to the source code of this file.
#define DECLARE_OPERATOR |
( |
|
OPERATOR | ) |
|
Value:\
KFIXED
operator OPERATOR (
KFLOAT32 Value ); \
KFIXED
operator OPERATOR (
KFLOAT64 Value ); \
KFIXED operator OPERATOR ( Type Value ); \
KFIXED operator OPERATOR ( KFIXED<Type, BinaryPoint> Value ); \
float KFLOAT32
Definition: KDefines.h:113
double KFLOAT64
Definition: KDefines.h:114
#define DECLARE_COMPARISON_OPERATOR |
( |
|
OPERATOR | ) |
|
Value:
KBOOL operator OPERATOR ( Type Value )
const;
\
KBOOL operator OPERATOR ( KFIXED<Type, BinaryPoint> Value )
const; \
float KFLOAT32
Definition: KDefines.h:113
bool KBOOL
Definition: KDefines.h:119
double KFLOAT64
Definition: KDefines.h:114