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

Public Member Functions | |
| MediaSegmentList () | |
| int | length () const |
| void | add (const MediaSegment &s) |
| int | in (const MediaSegment &s) |
| MediaSegment | get_nextseg (const MediaSegment &s) |
| int | evict_tail (int size) |
| int | evict_head (int size) |
| int | evict_head_offset (int offset) |
| int | overlap_size (const MediaSegment &s) const |
| MediaSegmentList | check_holes (const MediaSegment &s) |
| char * | dump2buf () |
| virtual void | destroy () |
| void | print (void) |
| int | getsize () |
| void | check_integrity () |
Protected Member Functions | |
| void | merge_seg (MediaSegment *seg) |
Private Attributes | |
| int | length_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from DoubleList. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|