List of all members.
Public Member Functions |
|
virtual int | length () const |
|
virtual int | byteLength () const |
|
virtual Packet * | enque (Packet *p) |
|
virtual Packet * | deque () |
|
Packet * | lookup (int n) |
|
virtual void | remove (Packet *) |
|
void | remove (Packet *, Packet *) |
|
Packet * | head () |
|
Packet * | tail () |
|
virtual void | enqueHead (Packet *p) |
|
void | resetIterator () |
|
Packet * | getNext () |
Protected Attributes |
|
Packet * | head_ |
|
Packet * | tail_ |
|
int | len_ |
|
int | bytes_ |
The documentation for this class was generated from the following files:
- /Users/yzchen/ns/ns-allinone-2.33/ns-2.33/queue/queue.h
- /Users/yzchen/ns/ns-allinone-2.33/ns-2.33/queue/queue.cc