Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

TimerEntry Class Reference

#include <timers.hh>

Collaboration diagram for TimerEntry:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TimerEntry (handle hdl, int timeout, TimerCallback *cb)
 ~TimerEntry ()

Public Attributes

handle hdl_
int timeout_
TimerCallbackcb_

Constructor & Destructor Documentation

TimerEntry::TimerEntry handle  hdl,
int  timeout,
TimerCallback cb
[inline]
 

Definition at line 80 of file timers.hh.

References cb_, hdl_, and timeout_.

00080                                                         : 
00081     hdl_(hdl), timeout_(timeout), cb_(cb) {};

TimerEntry::~TimerEntry  )  [inline]
 

Definition at line 82 of file timers.hh.

00082 {};


Member Data Documentation

TimerCallback* TimerEntry::cb_
 

Definition at line 78 of file timers.hh.

Referenced by TimerManager::executeNextTimer(), and TimerEntry().

handle TimerEntry::hdl_
 

Definition at line 76 of file timers.hh.

Referenced by TimerManager::addTimer(), TimerManager::executeNextTimer(), and TimerEntry().

int TimerEntry::timeout_
 

Definition at line 77 of file timers.hh.

Referenced by TimerManager::executeNextTimer(), and TimerEntry().


The documentation for this class was generated from the following file:
Generated on Tue Apr 20 13:32:48 2004 for NS2.26SourcesOriginal by doxygen 1.3.3