Min_Max.h File Reference

This graph shows which files directly or indirectly include this file:


Defines

#define ACE_MIN(a, b)   ace_min((a),(b))
#define ACE_MAX(a, b)   ace_max((a),(b))
#define ACE_RANGE(a, b, c)   ace_range((a),(b),(c))

Functions

template<class T >
const T & ace_min (const T &t1, const T &t2)
template<class T >
const T & ace_max (const T &t1, const T &t2)
template<class T >
const T & ace_min (const T &t1, const T &t2, const T &t3)
template<class T >
const T & ace_max (const T &t1, const T &t2, const T &t3)
template<class T >
const T & ace_range (const T &min, const T &max, const T &val)

Detailed Description

Id
Min_Max.h 80826 2008-03-04 14:51:23Z wotte

Define an appropriate set of min()/max() functions using templates.

Author:
Derek Dominish <Derek.Dominish@Australia.Boeing.com>

Define Documentation

#define ACE_MAX ( a,
 )     ace_max((a),(b))

#define ACE_MIN ( a,
 )     ace_min((a),(b))

#define ACE_RANGE ( a,
b,
 )     ace_range((a),(b),(c))


Function Documentation

template<class T >
const T& ace_max ( const T &  t1,
const T &  t2,
const T &  t3 
) [inline]

template<class T >
const T& ace_max ( const T &  t1,
const T &  t2 
) [inline]

template<class T >
const T& ace_min ( const T &  t1,
const T &  t2,
const T &  t3 
) [inline]

template<class T >
const T& ace_min ( const T &  t1,
const T &  t2 
) [inline]

template<class T >
const T& ace_range ( const T &  min,
const T &  max,
const T &  val 
) [inline]


Generated on Mon Jul 13 16:04:51 2009 for ACE by  doxygen 1.5.8