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  

ARSTable Class Reference

#include <flowstruct.h>

List of all members.

Public Member Functions

 ARSTable (int size_=ARS_TABLE_SIZE)
 ~ARSTable ()
void insert (int uid, u_int16_t fid, int hopsEarly)
int findAndClear (int uid, u_int16_t fid)

Private Attributes

ARSTabEnttable
int victim
int size


Constructor & Destructor Documentation

ARSTable::ARSTable int    size_ = ARS_TABLE_SIZE
 

ARSTable::~ARSTable  
 


Member Function Documentation

int ARSTable::findAndClear int    uid,
u_int16_t    fid
 

void ARSTable::insert int    uid,
u_int16_t    fid,
int    hopsEarly
 


Member Data Documentation

int ARSTable::size [private]
 

ARSTabEnt* ARSTable::table [private]
 

int ARSTable::victim [private]
 


The documentation for this class was generated from the following files:
This document is generated by doxygen.