ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


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

ns-2/lib/int.defs.h File Reference


Defines

#define DEFAULT_INITIAL_CAPACITY   8
#define intEQ(a, b)   ((a)==(b))
#define intLE(a, b)   ((a)<=(b))
#define intCMP(a, b)   (((a) <= (b))? ((a)==(b))? 0 : -1 : 1)
#define intHASH(a)   (a)

Define Documentation

#define DEFAULT_INITIAL_CAPACITY   8
 

#define intCMP a,
     (((a) <= (b))? ((a)==(b))? 0 : -1 : 1)
 

#define intEQ a,
     ((a)==(b))
 

#define intHASH      (a)
 

#define intLE a,
     ((a)<=(b))
 


This document is generated by doxygen.