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

fun::LoadableClass Class Reference

This is an extreme bummer. More...

#include <LoadableClass.h>

Inheritance diagram for fun::LoadableClass:

fun::Serializable fun::Describable fun::DieRoll fun::Nameable fun::PropertyList fun::ConfigFile List of all members.

Public Methods

 LoadableClass ()
 A no-op default constructor.

virtual ~LoadableClass ()
 This does nothing, except to insure that your LoadableClass is polymorphic.


Detailed Description

This is an extreme bummer.

ClassLoader::instantiate() wasn't working when INSTANTIATOR(FooClass) was returning a void * instead of a pointer to a polymorphic object. (Nuts!) So unfortunately this stuff must intrude even more into your code. Any class loaded & instantiated by ClassLoader must inherit from LoadableClass.

Definition at line 33 of file LoadableClass.h.


Constructor & Destructor Documentation

virtual fun::LoadableClass::~LoadableClass   [inline, virtual]
 

This does nothing, except to insure that your LoadableClass is polymorphic.

I'm really depressed about this.

Definition at line 44 of file LoadableClass.h.


The documentation for this class was generated from the following file:
Generated on Mon Aug 11 14:06:57 2003 for libfunutil by doxygen1.2.18