EmpFtpTrafPool::AgentListElem Struct Reference

#include <empftp.h>

Collaboration diagram for EmpFtpTrafPool::AgentListElem:

Collaboration graph
[legend]

Detailed Description

Definition at line 156 of file empftp.h.

Public Member Functions

 AgentListElem (Agent *a)
 LIST_ENTRY (AgentListElem) link

Data Fields

Agentagt_


Constructor & Destructor Documentation

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

Definition at line 157 of file empftp.h.

Referenced by EmpFtpTrafPool::insertAgent().

00157                                 : agt_(a) {
00158             link.le_next = NULL;
00159             link.le_prev = NULL;
00160         }


Member Function Documentation

EmpFtpTrafPool::AgentListElem::LIST_ENTRY AgentListElem   ) 
 


Field Documentation

Agent* EmpFtpTrafPool::AgentListElem::agt_
 

Definition at line 161 of file empftp.h.

Referenced by EmpFtpTrafPool::detachHead().


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