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

EmpFtpTrafPool::AgentListElem Struct Reference

#include <empftp.h>

Collaboration diagram for EmpFtpTrafPool::AgentListElem:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AgentListElem (Agent *a)
 LIST_ENTRY (AgentListElem) link

Public Attributes

Agentagt_

Constructor & Destructor Documentation

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

Definition at line 135 of file empftp.h.

References agt_.

00135                                         : agt_(a) {
00136                         link.le_next = NULL;
00137                         link.le_prev = NULL;
00138                 }


Member Function Documentation

EmpFtpTrafPool::AgentListElem::LIST_ENTRY AgentListElem   ) 
 


Member Data Documentation

Agent* EmpFtpTrafPool::AgentListElem::agt_
 

Definition at line 139 of file empftp.h.

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


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