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

Null_EstClass Class Reference

Inheritance diagram for Null_EstClass:

Inheritance graph
[legend]
Collaboration diagram for Null_EstClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

Null_EstClass::Null_EstClass  )  [inline]
 

Definition at line 51 of file null-estimator.cc.

00051 : TclClass ("Est/Null") {}


Member Function Documentation

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

Definition at line 52 of file null-estimator.cc.

00052                                                  {
00053                 return (new Null_Est());
00054         }


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