| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <mcache.h>
Inheritance diagram for HitCount:

Public Member Functions | |
| HitCount (ClientPage *pg, short layer) | |
| void | update (float hc) |
| float | hc () |
| void | reset () |
| ClientPage * | page () |
| short | layer () |
| HitCount * | next () |
| HitCount * | prev () |
Private Attributes | |
| ClientPage * | pg_ |
| short | layer_ |
| float | hc_ |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|