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

MPLSModule::LDPListElem Struct Reference

#include <mpls-module.h>

Collaboration diagram for MPLSModule::LDPListElem:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 LDPListElem (LDPAgent *a)
 LIST_ENTRY (LDPListElem) link

Public Attributes

LDPAgentagt_

Constructor & Destructor Documentation

MPLSModule::LDPListElem::LDPListElem LDPAgent a  )  [inline]
 

Definition at line 54 of file mpls-module.h.

References agt_.

00054                                          : agt_(a) {
00055                         link.le_next = NULL;
00056                         link.le_prev = NULL;
00057                 }


Member Function Documentation

MPLSModule::LDPListElem::LIST_ENTRY LDPListElem   ) 
 


Member Data Documentation

LDPAgent* MPLSModule::LDPListElem::agt_
 

Definition at line 58 of file mpls-module.h.

Referenced by MPLSModule::command(), MPLSModule::detach_ldp(), MPLSModule::exist_ldp(), and LDPListElem().


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