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  

ListErrorModel Class Reference

#include <errmodel.h>

Inheritance diagram for ListErrorModel:

ErrorModel Connector NsObject TclObject Handler List of all members.

Public Member Functions

 ListErrorModel ()
 ~ListErrorModel ()
virtual int corrupt (Packet *)
int command (int argc, const char *const *argv)

Protected Member Functions

int parse_droplist (int argc, const char *const *)

Static Protected Member Functions

int nextval (const char *&p)
int intcomp (const void *, const void *)

Protected Attributes

int cnt_
int * droplist_
int dropcnt_
int cur_

Constructor & Destructor Documentation

ListErrorModel::ListErrorModel   [inline]
 

ListErrorModel::~ListErrorModel   [inline]
 


Member Function Documentation

int ListErrorModel::command int    argc,
const char *const *    argv
[virtual]
 

Reimplemented from ErrorModel.

int ListErrorModel::corrupt Packet   [virtual]
 

Reimplemented from ErrorModel.

int ListErrorModel::intcomp const void *   ,
const void *   
[static, protected]
 

int ListErrorModel::nextval const char *&    p [static, protected]
 

int ListErrorModel::parse_droplist int    argc,
const char *const *   
[protected]
 


Member Data Documentation

int ListErrorModel::cnt_ [protected]
 

int ListErrorModel::cur_ [protected]
 

int ListErrorModel::dropcnt_ [protected]
 

int* ListErrorModel::droplist_ [protected]
 


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