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

Version Class Reference

Holds a module's Version information The four members (set by the constructor only) indicate details as to the version number of a module. More...

#include <modules.h>

List of all members.

Public Methods

 Version (int major, int minor, int revision, int build)

Public Attributes

const int Major
const int Minor
const int Revision
const int Build


Detailed Description

Holds a module's Version information The four members (set by the constructor only) indicate details as to the version number of a module.

A class of type Version is returned by the GetVersion method of the Module class.

Definition at line 54 of file modules.h.


Constructor & Destructor Documentation

Version::Version int    major,
int    minor,
int    revision,
int    build
 

Definition at line 29 of file modules.cpp.

00029 : Major(major), Minor(minor), Revision(revision), Build(build) { };


Member Data Documentation

const int Version::Build
 

Definition at line 57 of file modules.h.

const int Version::Major
 

Definition at line 57 of file modules.h.

const int Version::Minor
 

Definition at line 57 of file modules.h.

const int Version::Revision
 

Definition at line 57 of file modules.h.


The documentation for this class was generated from the following files:
Generated on Wed Jan 22 20:56:48 2003 for InspIRCd by doxygen1.3-rc2