KDIS  2-8-x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KFIXED.h File Reference
#include "./DataTypeBase.h"
Include dependency graph for KFIXED.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KFIXED< Type, BinaryPoint >
 

Namespaces

 KDIS
 
 KDIS::DATA_TYPE
 

Macros

#define DECLARE_COMPARISON_OPERATOR(OPERATOR)
 
#define DECLARE_OPERATOR(OPERATOR)
 

Typedefs

typedef KFIXED< KINT16, 3 > KFIXED16_3
 
typedef KFIXED< KINT16, 8 > KFIXED16_8
 
typedef KFIXED< KINT8, 3 > KFIXED8_3
 

Macro Definition Documentation

#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 ( KFLOAT32 Value ) const; \
KBOOL operator OPERATOR ( KFLOAT64 Value ) const; \
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