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

ModuleFactory Class Reference

Instantiates classes inherited from Module This class creates a class inherited from type Module, using new. More...

#include <modules.h>

Inherits classbase.

List of all members.

Public Member Functions

 ModuleFactory ()
virtual ~ModuleFactory ()
virtual ModuleCreateModule ()=0
 Creates a new module.


Detailed Description

Instantiates classes inherited from Module This class creates a class inherited from type Module, using new.

This is to allow for modules to create many different variants of Module, dependent on architecture, configuration, etc. In most cases, the simple class shown in the example module m_foobar.so will suffice for most modules.

Definition at line 827 of file modules.h.


Constructor & Destructor Documentation

ModuleFactory::ModuleFactory  )  [inline]
 

Definition at line 830 of file modules.h.

00830 { }

virtual ModuleFactory::~ModuleFactory  )  [inline, virtual]
 

Definition at line 831 of file modules.h.

00831 { }


Member Function Documentation

virtual Module* ModuleFactory::CreateModule  )  [pure virtual]
 

Creates a new module.

Your inherited class of ModuleFactory must return a pointer to your Module class using this method.


The documentation for this class was generated from the following file:
Generated on Sat Apr 9 14:38:30 2005 for InspIRCd by doxygen 1.3.3