Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members

Utilities.h File Reference


Detailed Description

Various useful macros.

Definition in file Utilities.h.

Go to the source code of this file.

Defines

#define min(a, b)   (((a) < (b)) ? (a) : (b))
#define max(a, b)   (((a) > (b)) ? (a) : (b))


Define Documentation

#define min a,
     (((a) < (b)) ? (a) : (b))
 

Definition at line 40 of file Utilities.h.

#define max a,
     (((a) > (b)) ? (a) : (b))
 

Definition at line 41 of file Utilities.h.


Razor! Engine Developer's Guide. Copyright © by Tilo Christ. All Rights Reserved. Last updated: 31 May 2003