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

ModuleSetName Class Reference

Inheritance diagram for ModuleSetName:

Inheritance graph
[legend]
Collaboration diagram for ModuleSetName:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Private Attributes

CommandSetnamemycommand

Detailed Description

Definition at line 55 of file m_setname.cpp.


Constructor & Destructor Documentation

ModuleSetName::ModuleSetName InspIRCd Me  )  [inline]
 

Definition at line 59 of file m_setname.cpp.

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

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

Definition at line 68 of file m_setname.cpp.


Member Function Documentation

virtual Version ModuleSetName::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 72 of file m_setname.cpp.

References API_VERSION, VF_COMMON, and VF_VENDOR.


Member Data Documentation

CommandSetname* ModuleSetName::mycommand [private]
 

Definition at line 57 of file m_setname.cpp.

Referenced by ModuleSetName().


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