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

LLClass Class Reference

Inheritance diagram for LLClass:

Inheritance graph
[legend]
Collaboration diagram for LLClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

LLClass::LLClass  )  [inline]
 

Definition at line 61 of file ll.cc.

00061 : TclClass("LL") {}


Member Function Documentation

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

Definition at line 62 of file ll.cc.

00062                                                   {
00063                 return (new LL);
00064         }


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