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

MacClass Class Reference

Inheritance diagram for MacClass:

Inheritance graph
[legend]
Collaboration diagram for MacClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

MacClass::MacClass  )  [inline]
 

Definition at line 63 of file mac.cc.

00063 : TclClass("Mac") {}


Member Function Documentation

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

Definition at line 64 of file mac.cc.

00064                                                   {
00065                 return (new Mac);
00066         }


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