EmpWebTrafPool::AgentListElem Struct Reference

#include <empweb.h>

Collaboration diagram for EmpWebTrafPool::AgentListElem:

Collaboration graph
[legend]

Detailed Description

Definition at line 192 of file empweb.h.

Public Member Functions

 AgentListElem (Agent *a)
 LIST_ENTRY (AgentListElem) link

Data Fields

Agentagt_


Constructor & Destructor Documentation

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

Definition at line 193 of file empweb.h.

Referenced by EmpWebTrafPool::insertAgent().

00193                                 : agt_(a) {
00194             link.le_next = NULL;
00195             link.le_prev = NULL;
00196         }


Member Function Documentation

EmpWebTrafPool::AgentListElem::LIST_ENTRY AgentListElem   ) 
 


Field Documentation

Agent* EmpWebTrafPool::AgentListElem::agt_
 

Definition at line 197 of file empweb.h.

Referenced by EmpWebTrafPool::detachHead().


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