From 73b9d0c5cb02f0ea8350de28bc3687e0af70ea0f Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 23 Jan 2003 19:45:57 +0000 Subject: Initial revision git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@132 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classVersion.html | 191 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 191 insertions(+) create mode 100644 docs/module-doc/classVersion.html (limited to 'docs/module-doc/classVersion.html') diff --git a/docs/module-doc/classVersion.html b/docs/module-doc/classVersion.html new file mode 100644 index 000000000..3c3e53d8c --- /dev/null +++ b/docs/module-doc/classVersion.html @@ -0,0 +1,191 @@ + + +Version class Reference + + + +
+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> +

+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 54 of file modules.h.


Constructor & Destructor Documentation

+

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

+ +

+Definition at line 29 of file modules.cpp. +

+

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


Member Data Documentation

+

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

+ +

+Definition at line 57 of file modules.h.

+

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

+ +

+Definition at line 57 of file modules.h.

+

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

+ +

+Definition at line 57 of file modules.h.

+

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

+ +

+Definition at line 57 of file modules.h.

+


The documentation for this class was generated from the following files: +
Generated on Wed Jan 22 20:56:48 2003 for InspIRCd by + +doxygen1.3-rc2
+ + -- cgit v1.2.3