Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Null.hpp File Reference

Go to the source code of this file.

Defines

#define NULL   ((void *)0)
#define nonNull(x)   (&x != NULLADDR())
#define Null(x)   (&(x) == NULLADDR())
#define null(Type)   (*(Type *)NULLADDR())

Functions

void* NULLADDR ()


Define Documentation

#define NULL   ((void *)0)
 

#define Null( x )   (&(x) == NULLADDR())
 

#define nonNull( x )   (&x != NULLADDR())
 

#define null( Type )   (*(Type *)NULLADDR())
 


Function Documentation

void * NULLADDR ( ) [inline]
 


Generated at Fri Jul 26 18:22:34 2002 for LEMUR by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000