ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


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

DoubleList Class Reference

#include <utilities.h>

Inheritance diagram for DoubleList:

HitCountList MediaSegmentList List of all members.

Public Member Functions

 DoubleList ()
virtual void destroy ()
DoubleListElemhead ()
DoubleListElemtail ()
void detach (DoubleListElem *e)
void insert (DoubleListElem *src, DoubleListElem *dst)
void append (DoubleListElem *src, DoubleListElem *dst)

Protected Attributes

DoubleListElemhead_
DoubleListElemtail_

Constructor & Destructor Documentation

DoubleList::DoubleList   [inline]
 


Member Function Documentation

void DoubleList::append DoubleListElem   src,
DoubleListElem   dst
[inline]
 

void DoubleList::destroy   [virtual]
 

Reimplemented in MediaSegmentList.

void DoubleList::detach DoubleListElem   e [inline]
 

DoubleListElem* DoubleList::head   [inline]
 

void DoubleList::insert DoubleListElem   src,
DoubleListElem   dst
[inline]
 

DoubleListElem* DoubleList::tail   [inline]
 


Member Data Documentation

DoubleListElem* DoubleList::head_ [protected]
 

DoubleListElem * DoubleList::tail_ [protected]
 


The documentation for this class was generated from the following files:
This document is generated by doxygen.