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>

Inheritance diagram for ModuleFactory:

Inheritance graph
[legend]
Collaboration diagram for ModuleFactory:

Collaboration graph
[legend]
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 633 of file modules.h.


Constructor & Destructor Documentation

ModuleFactory::ModuleFactory   [inline]
 

Definition at line 636 of file modules.h.

00636 { }

virtual ModuleFactory::~ModuleFactory   [inline, virtual]
 

Definition at line 637 of file modules.h.

00637 { }


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 Thu Apr 29 16:30:56 2004 for InspIRCd by doxygen1.3-rc3