The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

ModuleGlobalLoad Class Reference

Inheritance diagram for ModuleGlobalLoad:

Inheritance graph
[legend]
Collaboration diagram for ModuleGlobalLoad:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ModuleGlobalLoad (InspIRCd *Me)
virtual ~ModuleGlobalLoad ()
virtual Version GetVersion ()
 Returns the version number of a Module.

Private Attributes

CommandGloadmodulemycommand
CommandGunloadmodulemycommand2
CommandGreloadmodulemycommand3

Detailed Description

Definition at line 122 of file m_globalload.cpp.


Constructor & Destructor Documentation

ModuleGlobalLoad::ModuleGlobalLoad InspIRCd Me  )  [inline]
 

Definition at line 129 of file m_globalload.cpp.

References InspIRCd::AddCommand(), mycommand, mycommand2, mycommand3, and Module::ServerInstance.

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

Definition at line 141 of file m_globalload.cpp.


Member Function Documentation

virtual Version ModuleGlobalLoad::GetVersion  )  [inline, virtual]
 

Returns the version number of a Module.

The method should return a Version object with its version information assigned via Version::Version

Reimplemented from Module.

Definition at line 145 of file m_globalload.cpp.

References API_VERSION, VF_COMMON, and VF_VENDOR.


Member Data Documentation

CommandGloadmodule* ModuleGlobalLoad::mycommand [private]
 

Definition at line 124 of file m_globalload.cpp.

Referenced by ModuleGlobalLoad().

CommandGunloadmodule* ModuleGlobalLoad::mycommand2 [private]
 

Definition at line 125 of file m_globalload.cpp.

Referenced by ModuleGlobalLoad().

CommandGreloadmodule* ModuleGlobalLoad::mycommand3 [private]
 

Definition at line 126 of file m_globalload.cpp.

Referenced by ModuleGlobalLoad().


The documentation for this class was generated from the following file: