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

BackDoorTimer Class Reference

#include <BackDoor.h>

Inheritance diagram for BackDoorTimer:

Inheritance graph
[legend]
Collaboration diagram for BackDoorTimer:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 BackDoorTimer (double t, BackDoorAnalyzer *a)
 ~BackDoorTimer ()
void Dispatch (double t, int is_expire)

Protected Attributes

BackDoorAnalyzeranalyzer

Constructor & Destructor Documentation

BackDoorTimer::BackDoorTimer double  t,
BackDoorAnalyzer a
 

Definition at line 766 of file BackDoor.cc.

References analyzer, Ref(), and TIMER_BACKDOOR.

00767 : Timer(t, TIMER_BACKDOOR)
00768         {
00769         analyzer = a;
00770         Ref(a);
00771         }

BackDoorTimer::~BackDoorTimer  ) 
 

Definition at line 773 of file BackDoor.cc.

References analyzer, and Unref().

00774         {
00775         Unref(analyzer);
00776         }


Member Function Documentation

void BackDoorTimer::Dispatch double  t,
int  is_expire
[virtual]
 

Implements Timer.

Definition at line 778 of file BackDoor.cc.

References analyzer, and BackDoorAnalyzer::StatTimer().

00779         {
00780         analyzer->StatTimer(t, is_expire);
00781         }


Member Data Documentation

BackDoorAnalyzer* BackDoorTimer::analyzer [protected]
 

Definition at line 108 of file BackDoor.h.

Referenced by BackDoorTimer(), Dispatch(), and ~BackDoorTimer().


The documentation for this class was generated from the following files:
Generated on Wed Sep 14 03:07:52 2005 for bro_docs by doxygen 1.3.5