#include <webtraf.h>
Collaboration diagram for WebTrafPool::AgentListElem:

Public Member Functions | |
| AgentListElem (Agent *a) | |
| LIST_ENTRY (AgentListElem) link | |
Public Attributes | |
| Agent * | agt_ |
|
|
Definition at line 145 of file webtraf.h. References agt_.
00145 : agt_(a) { 00146 link.le_next = NULL; 00147 link.le_prev = NULL; 00148 } |
|
|
|
|
|
Definition at line 149 of file webtraf.h. Referenced by AgentListElem(), and WebTrafPool::detachHead(). |
1.3.3