Main Page | Namespace List | 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>

Inherits classbase.

List of all members.

Public Member Functions

 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 102 of file modules.h.


Constructor & Destructor Documentation

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

Definition at line 298 of file modules.cpp.

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


Member Data Documentation

const int Version::Build
 

Definition at line 105 of file modules.h.

const int Version::Major
 

Definition at line 105 of file modules.h.

const int Version::Minor
 

Definition at line 105 of file modules.h.

const int Version::Revision
 

Definition at line 105 of file modules.h.


The documentation for this class was generated from the following files:
Generated on Mon Mar 28 21:09:38 2005 for InspIRCd by doxygen 1.3.3