| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <mcache.h>
Public Member Functions | |
| QueueElem (T *d) | |
| QueueElem< T > * | next () const |
| T * | data () const |
| void | detachData () |
| void | append (QueueElem< T > *e) |
Protected Attributes | |
| QueueElem< T > * | next_ |
| T * | data_ |
Friends | |
| class | Queue< T > |
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|