From cd9f9a8add02597a2998ba74b803ed3fbf81314c Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 27 Nov 2005 01:44:46 +0000 Subject: Added new documentation git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1966 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classVersion.html | 129 +++++++++++++++++++------------------- 1 file changed, 66 insertions(+), 63 deletions(-) (limited to 'docs/module-doc/classVersion.html') diff --git a/docs/module-doc/classVersion.html b/docs/module-doc/classVersion.html index 712ebc942..c2caf8f31 100644 --- a/docs/module-doc/classVersion.html +++ b/docs/module-doc/classVersion.html @@ -1,94 +1,93 @@ - + -InspIRCd: Version class Reference +InspIRCd: Version Class Reference - -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | 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 | Class List | Directories | File List | Namespace Members | Class 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. +
[legend]
List of all members.
- - + + - - + + - + - + - + - +

Public Member Functions

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

Public Member Functions

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

Public Attributes

const int Major

Public Attributes

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

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. +A class of type Version is returned by the GetVersion method of the Module class.

-Definition at line 111 of file modules.h.


Constructor & Destructor Documentation

-

- +Definition at line 112 of file modules.h.

Constructor & Destructor Documentation

+

+

- + - - + + - - + + - - + + - - + + - + -
Version::Version Version::Version int  major,
int  minor,
int  revision,
int  build,
int  flags
- +
+
  @@ -98,25 +97,26 @@ Definition at line 111 of

-Definition at line 245 of file modules.cpp. +Definition at line 246 of file modules.cpp.

00246 : Major(major), Minor(minor), Revision(revision), Build(build), Flags(flags) { };
+

-

00245 : Major(major), Minor(minor), Revision(revision), Build(build), Flags(flags) { };
-


Member Data Documentation

-

- +

+

- +
const int Version::Build + const int Version::Build
- +
+Definition at line 115 of file modules.h.
  @@ -126,21 +126,22 @@ Definition at line 245

-Definition at line 114 of file modules.h.

-

- +

+

- +
const int Version::Flags + const int Version::Flags
- +
+Definition at line 115 of file modules.h.
  @@ -150,21 +151,22 @@ Definition at line 114 of

-Definition at line 114 of file modules.h.

-

- +

+

- +
const int Version::Major + const int Version::Major
- +
+Definition at line 115 of file modules.h.
  @@ -174,21 +176,22 @@ Definition at line 114 of

-Definition at line 114 of file modules.h.

-

- +

+

- +
const int Version::Minor + const int Version::Minor
- +
+Definition at line 115 of file modules.h.
  @@ -198,21 +201,22 @@ Definition at line 114 of

-Definition at line 114 of file modules.h.

-

- +

+

- +
const int Version::Revision + const int Version::Revision
- +
+Definition at line 115 of file modules.h.
  @@ -222,14 +226,13 @@ Definition at line 114 of

-Definition at line 114 of file modules.h.


The documentation for this class was generated from the following files: -
Generated on Mon May 30 05:17:45 2005 for InspIRCd by +
Generated on Sun Nov 27 01:43:26 2005 for InspIRCd by  -doxygen -1.3.3
+doxygen 1.4.4-20050815
-- cgit v1.2.3