WebTrafPool::AgentListElem Struct Reference

#include <webtraf.h>

Collaboration diagram for WebTrafPool::AgentListElem:

Collaboration graph
[legend]

Detailed Description

Definition at line 165 of file webtraf.h.

Public Member Functions

 AgentListElem (Agent *a)
 LIST_ENTRY (AgentListElem) link

Data Fields

Agentagt_


Constructor & Destructor Documentation

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

Definition at line 166 of file webtraf.h.

Referenced by WebTrafPool::insertAgent().

00166                                 : agt_(a) {
00167             link.le_next = NULL;
00168             link.le_prev = NULL;
00169         }


Member Function Documentation

WebTrafPool::AgentListElem::LIST_ENTRY AgentListElem   ) 
 


Field Documentation

Agent* WebTrafPool::AgentListElem::agt_
 

Definition at line 170 of file webtraf.h.

Referenced by WebTrafPool::detachHead().


The documentation for this struct was generated from the following file:
Generated on Tue Mar 6 17:35:38 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6