| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <utilities.h>
Inheritance diagram for DoubleList:

Public Member Functions | |
| DoubleList () | |
| virtual void | destroy () |
| DoubleListElem * | head () |
| DoubleListElem * | tail () |
| void | detach (DoubleListElem *e) |
| void | insert (DoubleListElem *src, DoubleListElem *dst) |
| void | append (DoubleListElem *src, DoubleListElem *dst) |
Protected Attributes | |
| DoubleListElem * | head_ |
| DoubleListElem * | tail_ |
|
|
|
|
||||||||||||
|
|
|
|
Reimplemented in MediaSegmentList. |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|