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>

Inheritance diagram for Version:

Inheritance graph
[legend]
Collaboration diagram for Version:

Collaboration graph
[legend]
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 92 of file modules.h.


Constructor & Destructor Documentation

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

Definition at line 279 of file modules.cpp.

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


Member Data Documentation

const int Version::Build
 

Definition at line 95 of file modules.h.

const int Version::Major
 

Definition at line 95 of file modules.h.

const int Version::Minor
 

Definition at line 95 of file modules.h.

const int Version::Revision
 

Definition at line 95 of file modules.h.


The documentation for this class was generated from the following files:
Generated on Sat May 1 20:58:17 2004 for InspIRCd by doxygen1.3-rc3