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  

HitCount Class Reference

#include <mcache.h>

Inheritance diagram for HitCount:

DoubleListElem List of all members.

Public Member Functions

 HitCount (ClientPage *pg, short layer)
void update (float hc)
float hc ()
void reset ()
ClientPagepage ()
short layer ()
HitCount * next ()
HitCount * prev ()

Private Attributes

ClientPagepg_
short layer_
float hc_

Constructor & Destructor Documentation

HitCount::HitCount ClientPage   pg,
short    layer
[inline]
 


Member Function Documentation

float HitCount::hc   [inline]
 

short HitCount::layer   [inline]
 

HitCount* HitCount::next   [inline]
 

ClientPage* HitCount::page   [inline]
 

HitCount* HitCount::prev   [inline]
 

void HitCount::reset   [inline]
 

void HitCount::update float    hc [inline]
 


Member Data Documentation

float HitCount::hc_ [private]
 

short HitCount::layer_ [private]
 

ClientPage* HitCount::pg_ [private]
 


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