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  

HBTimer Class Reference

#include <http-aux.h>

Inheritance diagram for HBTimer:

TimerHandler Handler List of all members.

Public Member Functions

 HBTimer (HttpMInvalCache *a, double interval)
void set_interval (double interval)
double get_interval () const
double next_interval ()
void sched ()
void resched ()

Protected Member Functions

virtual void expire (Event *e)
virtual void handle (Event *e)

Protected Attributes

HttpMInvalCachea_
double interval_

Constructor & Destructor Documentation

HBTimer::HBTimer HttpMInvalCache   a,
double    interval
[inline]
 


Member Function Documentation

void HBTimer::expire Event   e [protected, virtual]
 

Implements TimerHandler.

double HBTimer::get_interval   const [inline]
 

virtual void HBTimer::handle Event   e [inline, protected, virtual]
 

Reimplemented from TimerHandler.

double HBTimer::next_interval   [inline]
 

void HBTimer::resched   [inline]
 

void HBTimer::sched   [inline]
 

void HBTimer::set_interval double    interval [inline]
 


Member Data Documentation

HttpMInvalCache* HBTimer::a_ [protected]
 

double HBTimer::interval_ [protected]
 


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