From f62de63955ff77e800360eb140f108b5d2c6c075 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Dec 2005 18:32:09 +0000 Subject: Design flaw my ass. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2580 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classVersion.html | 238 -------------------------------------- 1 file changed, 238 deletions(-) delete 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 deleted file mode 100644 index c318b1666..000000000 --- a/docs/module-doc/classVersion.html +++ /dev/null @@ -1,238 +0,0 @@ - - -InspIRCd: Version Class Reference - - - -
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. - - - - - - - - - - - - - - - -

Public Member Functions

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

Public Attributes

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

-A class of type Version is returned by the GetVersion method of the Module class. -

- -

-Definition at line 131 of file modules.h.


Constructor & Destructor Documentation

-

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

- -

-Definition at line 158 of file modules.cpp.

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

-

-


Member Data Documentation

-

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

- -

-Definition at line 134 of file modules.h.

-

- - - - -
- - - - -
const int Version::Flags
-
- - - - - -
-   - - -

- -

-Definition at line 134 of file modules.h.

-

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

- -

-Definition at line 134 of file modules.h.

-

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

- -

-Definition at line 134 of file modules.h.

-

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

- -

-Definition at line 134 of file modules.h.

-


The documentation for this class was generated from the following files: -
Generated on Mon Dec 19 18:05:24 2005 for InspIRCd by  - -doxygen 1.4.4-20050815
- - -- cgit v1.2.3