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

Modulealltime Class Reference

Inheritance diagram for Modulealltime:

Inheritance graph
[legend]
Collaboration diagram for Modulealltime:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Private Attributes

CommandAlltimemycommand

Detailed Description

Definition at line 51 of file m_alltime.cpp.


Constructor & Destructor Documentation

Modulealltime::Modulealltime InspIRCd Me  )  [inline]
 

Definition at line 55 of file m_alltime.cpp.

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

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

Definition at line 63 of file m_alltime.cpp.


Member Function Documentation

virtual Version Modulealltime::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 67 of file m_alltime.cpp.

References API_VERSION, VF_COMMON, and VF_VENDOR.


Member Data Documentation

CommandAlltime* Modulealltime::mycommand [private]
 

Definition at line 53 of file m_alltime.cpp.

Referenced by Modulealltime().


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