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

QueueHandler Class Reference

#include <queue.h>

Inheritance diagram for QueueHandler:

Inheritance graph
[legend]
Collaboration diagram for QueueHandler:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 QueueHandler (Queue &q)
void handle (Event *)

Private Attributes

Queuequeue_

Constructor & Destructor Documentation

QueueHandler::QueueHandler Queue q  )  [inline]
 

Definition at line 115 of file queue.h.

References queue_.

00115 : queue_(q) {}


Member Function Documentation

void QueueHandler::handle Event  )  [virtual]
 

Implements Handler.

Definition at line 83 of file queue.cc.

References queue_, and Queue< T >::resume().

00084 {
00085         queue_.resume();
00086 }

Here is the call graph for this function:


Member Data Documentation

Queue& QueueHandler::queue_ [private]
 

Definition at line 118 of file queue.h.

Referenced by handle(), and QueueHandler().


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