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>

Inheritance diagram for Version:

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


Constructor & Destructor Documentation

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

Definition at line 32 of file modules.cpp.

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


Member Data Documentation

const int Version::Build
 

Definition at line 68 of file modules.h.

const int Version::Major
 

Definition at line 68 of file modules.h.

const int Version::Minor
 

Definition at line 68 of file modules.h.

const int Version::Revision
 

Definition at line 68 of file modules.h.


The documentation for this class was generated from the following files:
Generated on Mon Jan 27 00:16:43 2003 for InspIRCd by doxygen1.3-rc2