Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

ListErrorModelClass Class Reference

Inheritance diagram for ListErrorModelClass:

Inheritance graph
[legend]
Collaboration diagram for ListErrorModelClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ListErrorModelClass ()
TclObjectcreate (int, const char *const *)

Constructor & Destructor Documentation

ListErrorModelClass::ListErrorModelClass  )  [inline]
 

Definition at line 552 of file errmodel.cc.

00552 : TclClass("ErrorModel/List") {}


Member Function Documentation

TclObject* ListErrorModelClass::create int  ,
const char *const * 
[inline]
 

Definition at line 553 of file errmodel.cc.

00553                                                   {
00554                 return (new ListErrorModel);
00555         }


The documentation for this class was generated from the following file:
Generated on Tue Apr 20 12:55:19 2004 for NS2.26SourcesOriginal by doxygen 1.3.3