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  

MediaSegmentList Class Reference

#include <media-app.h>

Inheritance diagram for MediaSegmentList:

DoubleList List of all members.

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_

Constructor & Destructor Documentation

MediaSegmentList::MediaSegmentList   [inline]
 


Member Function Documentation

void MediaSegmentList::add const MediaSegment   s
 

MediaSegmentList MediaSegmentList::check_holes const MediaSegment   s
 

void MediaSegmentList::check_integrity  
 

virtual void MediaSegmentList::destroy   [inline, virtual]
 

Reimplemented from DoubleList.

char * MediaSegmentList::dump2buf  
 

int MediaSegmentList::evict_head int    size
 

int MediaSegmentList::evict_head_offset int    offset
 

int MediaSegmentList::evict_tail int    size
 

MediaSegment MediaSegmentList::get_nextseg const MediaSegment   s
 

int MediaSegmentList::getsize  
 

int MediaSegmentList::in const MediaSegment   s
 

int MediaSegmentList::length   const [inline]
 

void MediaSegmentList::merge_seg MediaSegment   seg [protected]
 

int MediaSegmentList::overlap_size const MediaSegment   s const
 

void MediaSegmentList::print void   
 


Member Data Documentation

int MediaSegmentList::length_ [private]
 


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