From 755d67224f033aaa9b4ef3d2dd00f46bb8c19dc2 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 7 Apr 2005 20:15:05 +0000 Subject: New docs to match extra module Version class stuff, etc git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1008 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classVersion.html | 52 +++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 10 deletions(-) (limited to 'docs/module-doc/classVersion.html') diff --git a/docs/module-doc/classVersion.html b/docs/module-doc/classVersion.html index 165a74c82..46528e46a 100644 --- a/docs/module-doc/classVersion.html +++ b/docs/module-doc/classVersion.html @@ -15,7 +15,7 @@ Inherits classbase. List of all members. - + @@ -26,6 +26,8 @@ Inherits classbase. + +

Public Member Functions

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

Public Attributes

const int Major
const int Build
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. @@ -34,7 +36,7 @@ A class of type Version is returned by the GetVersion method of the 102 of file modules.h.

Constructor & Destructor Documentation

+Definition at line 109 of file modules.h.

Constructor & Destructor Documentation

@@ -62,7 +64,13 @@ Definition at line 102 of - + + + + + + + @@ -84,9 +92,9 @@ Definition at line 102 of

-Definition at line 298 of file modules.cpp. +Definition at line 300 of file modules.cpp.

-

00298 : Major(major), Minor(minor), Revision(revision), Build(build) { };
+
00300 : Major(major), Minor(minor), Revision(revision), Build(build), Flags(flags) { };
 
int  build build,
int  flags
@@ -112,7 +120,31 @@ Definition at line 298

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

+ + + + +
+ + +
const int Version::Flags +
+
+ + + +
+   + + +

+ +

+Definition at line 112 of file modules.h.

@@ -136,7 +168,7 @@ Definition at line 105 of

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

@@ -160,7 +192,7 @@ Definition at line 105 of

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

@@ -184,12 +216,12 @@ Definition at line 105 of

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


The documentation for this class was generated from the following files: -
Generated on Mon Apr 4 18:12:54 2005 for InspIRCd by +
Generated on Thu Apr 7 20:14:27 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.3.1-10-gc9f91