IntUtils.h File Reference

Go to the source code of this file.

Namespaces

namespace  oasys

Defines

#define MINMAX(_Type)


Define Documentation

#define MINMAX ( _Type   ) 

Value:

\
inline _Type                                    \
min(_Type a, _Type b)                           \
{                                               \
    return (a < b) ? a : b;                     \
}                                               \
                                                \
inline _Type                                    \
max(_Type a, _Type b)                           \
{                                               \
    return (a > b) ? a : b;                     \
}

Definition at line 26 of file IntUtils.h.


Generated on Thu Jun 7 12:54:30 2007 for DTN Reference Implementation by  doxygen 1.5.1