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

WebTrafPool::AgentListElem Struct Reference

#include <webtraf.h>

Collaboration diagram for WebTrafPool::AgentListElem:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AgentListElem (Agent *a)
 LIST_ENTRY (AgentListElem) link

Public Attributes

Agentagt_

Constructor & Destructor Documentation

WebTrafPool::AgentListElem::AgentListElem Agent a  )  [inline]
 

Definition at line 145 of file webtraf.h.

References agt_.

00145                                         : agt_(a) {
00146                         link.le_next = NULL;
00147                         link.le_prev = NULL;
00148                 }


Member Function Documentation

WebTrafPool::AgentListElem::LIST_ENTRY AgentListElem   ) 
 


Member Data Documentation

Agent* WebTrafPool::AgentListElem::agt_
 

Definition at line 149 of file webtraf.h.

Referenced by AgentListElem(), and WebTrafPool::detachHead().


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