From 52899de0ff2d62ca0542b243c41626010bf62083 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 25 Mar 2005 03:51:56 +0000 Subject: Documentation update git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@899 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classVersion.html | 102 +++++++++++++++++++------------------- 1 file changed, 50 insertions(+), 52 deletions(-) (limited to 'docs/module-doc/classVersion.html') diff --git a/docs/module-doc/classVersion.html b/docs/module-doc/classVersion.html index 01018e328..b3209d65e 100644 --- a/docs/module-doc/classVersion.html +++ b/docs/module-doc/classVersion.html @@ -1,70 +1,68 @@ -Version class Reference +InspIRCd: Version class Reference - -
-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. + +
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. +Inherits classbase. +

+List of all members.

- + + - - - - + + + + + + + +

Public Member Functions

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

Public Attributes

const int Major
const int Minor
const int Revision
const int Build
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. +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

+Definition at line 102 of file modules.h.

Constructor & Destructor Documentation

- +
-
+ - + - + - + - + @@ -86,20 +84,20 @@ Definition at line 92 of

-Definition at line 279 of file modules.cpp. +Definition at line 291 of file modules.cpp.

-

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

Member Data Documentation

-

- +

+

- @@ -114,16 +112,16 @@ Definition at line 279

-Definition at line 95 of file modules.h. +Definition at line 105 of file modules.h.

+ -
const int Version::Build + const int Version::Build
-

- +

+

- @@ -138,16 +136,16 @@ Definition at line 95 of

-Definition at line 95 of file modules.h. +Definition at line 105 of file modules.h.

+ -
const int Version::Major + const int Version::Major
-

- +

+

- @@ -162,16 +160,16 @@ Definition at line 95 of

-Definition at line 95 of file modules.h. +Definition at line 105 of file modules.h.

+ -
const int Version::Minor + const int Version::Minor
-

- +

+

- @@ -186,14 +184,14 @@ Definition at line 95 of

-Definition at line 95 of file modules.h. +Definition at line 105 of file modules.h.

+ -
const int Version::Revision + const int Version::Revision


The documentation for this class was generated from the following files: -
Generated on Sun May 2 00:09:46 2004 for InspIRCd by +
Generated on Fri Mar 25 03:49:34 2005 for InspIRCd by -doxygen1.3-rc3
+doxygen +1.3.3
-- cgit v1.2.3