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/tcp/template.h File Reference

#include "config.h"

Functions

int min (int a, int b)
double min (int a, double b)
double min (double a, int b)
double min (double a, double b)
int max (int a, int b)
double max (int a, double b)
double max (double a, int b)
double max (double a, double b)
template<class Type> Type abs (Type a)
template<class Type> void swap (Type &a, Type &b)

Function Documentation

template<class Type>
Type abs Type    a [inline]
 

double max double    a,
double    b
[inline]
 

double max double    a,
int    b
[inline]
 

double max int    a,
double    b
[inline]
 

int max int    a,
int    b
[inline]
 

double min double    a,
double    b
[inline]
 

double min double    a,
int    b
[inline]
 

double min int    a,
double    b
[inline]
 

int min int    a,
int    b
[inline]
 

template<class Type>
void swap Type &    a,
Type &    b
[inline]
 


This document is generated by doxygen.