Main Page   Namespace List   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals  

ExCSpirit Class Reference

#include <ExCSpirit.h>

Inheritance diagram for ExCSpirit:

ExCObject2D ExCObject

Public Methods

 ExCSpirit (void)
 ~ExCSpirit (void)

Constructor & Destructor Documentation

ExCSpirit void   
 

Definition at line 26 of file ExCSpirit.cpp.

References ExCObject::SetName(), and ExCObject::SetType().

00027 {
00028         SetName("ExCSpirit");
00029         SetType(typeid(this).name());
00030 }

~ExCSpirit void   
 

Definition at line 32 of file ExCSpirit.cpp.

00033 {
00034 }


The documentation for this class was generated from the following files:
Generated on Tue Dec 10 18:20:29 2002 for ExNihilo by doxygen1.3-rc1