From 08e384bb24398224856c44baa51b51977644de9d Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 9 Feb 2003 12:49:00 +0000 Subject: Documentation update, 09/02/03 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@167 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/modules_8h.html | 170 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 160 insertions(+), 10 deletions(-) (limited to 'docs/module-doc/modules_8h.html') diff --git a/docs/module-doc/modules_8h.html b/docs/module-doc/modules_8h.html index a9f1f56fb..d9f97ade6 100644 --- a/docs/module-doc/modules_8h.html +++ b/docs/module-doc/modules_8h.html @@ -30,19 +30,25 @@ class  Version  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...


Defines

-#define FOREACH_MOD   for (int i = 0; i <= MODCOUNT; i++) modules[i]-> +#define DEBUG   10 +#define VERBOSE   20 +#define DEFAULT   30 +#define SPARSE   40 +#define NONE   50 +#define FOREACH_MOD   for (int i = 0; i <= MODCOUNT; i++) modules[i]->

Typedefs

-typedef deque< string > file_cacheLow level definition of a FileReader classes file cache area.

+typedef deque< string > file_cacheLow level definition of a FileReader classes file cache area.

+typedef DLLFactory< ModuleFactoryircd_module

Define Documentation

-

+

@@ -57,11 +63,131 @@

-Definition at line 56 of file modules.h. +Definition at line 11 of file modules.h. + +

-
#define FOREACH_MOD   for (int i = 0; i <= MODCOUNT; i++) modules[i]-> + #define DEBUG   10
+

+ + + + +
+ + +
#define DEFAULT   30 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 13 of file modules.h.

+

+ + + + +
+ + +
#define FOREACH_MOD   for (int i = 0; i <= MODCOUNT; i++) modules[i]-> +
+
+ + + + + +
+   + + +

+ +

+Definition at line 31 of file modules.h.

+

+ + + + +
+ + +
#define NONE   50 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 15 of file modules.h.

+

+ + + + +
+ + +
#define SPARSE   40 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 14 of file modules.h.

+

+ + + + +
+ + +
#define VERBOSE   20 +
+
+ + + +
+   + + +

+ +

+Definition at line 12 of file modules.h.


Typedef Documentation

-

+

+ +
@@ -84,12 +210,36 @@ Low level definition of a FileReader

-Definition at line 49 of file modules.h. +Definition at line 24 of file modules.h. +

+Referenced by FileReader::FileReader(), and FileReader::LoadFile().

+

+ + + + +
+ + +
typedef DLLFactory<ModuleFactory> ircd_module +
+
+ + + + +Definition at line 321 of file modules.h.
+   + + +

+

-Referenced by FileReader::FileReader(), and FileReader::LoadFile().

-


Generated on Mon Jan 27 00:23:11 2003 for InspIRCd by +
Generated on Sun Feb 9 12:48:16 2003 for InspIRCd by doxygen1.3-rc2
-- cgit v1.2.3