Overture  Version 25
Macros | Functions
conversion.C File Reference
#include "conversion.h"
Include dependency graph for conversion.C:

Macros

#define APP_EQUALS(type)
 
#define APP_EQUALS(type1, type2, castType)
 
#define type1   intArray
 
#define type2   floatArray
 
#define castType   int
 
#define some   bit-wise array operations
 
#define BITOP(op, intArray)
 
#define BITOP2(op, intArray)
 

Functions

void equals (type1 &y, const type2 &x)
 

Macro Definition Documentation

#define APP_EQUALS (   type)
Value:
equals(const type & y_, const type & x) \
{ \
type & y = (type &)y_; \
y=x; \
}
#define APP_EQUALS (   type1,
  type2,
  castType 
)
#define BITOP (   op,
  intArray 
)
#define BITOP2 (   op,
  intArray 
)
#define castType   int

Referenced by equals().

#define some   bit-wise array operations
#define type1   intArray
#define type2   floatArray

Function Documentation

void equals ( type1 y,
const type2 x 
)

References castType, and i2.