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/modules_8h.html | 96 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 docs/module-doc/modules_8h.html (limited to 'docs/module-doc/modules_8h.html') diff --git a/docs/module-doc/modules_8h.html b/docs/module-doc/modules_8h.html new file mode 100644 index 000000000..6c9237a27 --- /dev/null +++ b/docs/module-doc/modules_8h.html @@ -0,0 +1,96 @@ + + +modules.h File Reference + + + +
+Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
+

modules.h File Reference

#include "dynamic.h"
+#include <string>
+#include <deque>
+ +

+Go to the source code of this file. + + + + + + + + + + + + + + + + + + + + + +

Compounds

class  Admin
 Holds /ADMIN data This class contains the admin details of the local server. More...

class  ConfigReader
 Allows reading of values from configuration files This class allows a module to read from either the main configuration file (inspircd.conf) or from a module-specified configuration file. More...

class  FileReader
 Caches a text file into memory and can be used to retrieve lines from it. More...

class  Module
 Base class for all InspIRCd modules This class is the base class for InspIRCd modules. More...

class  ModuleFactory
 Instantiates classes inherited from Module This class creates a class inherited from type Module, using new. More...

class  Server
 Allows server output and query functions This class contains methods which allow a module to query the state of the irc server, and produce output to users and other servers. More...

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]->

Typedefs

typedef deque< string > file_cache
 Low level definition of a FileReader classes file cache area.

+


Define Documentation

+

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

+ +

+Definition at line 45 of file modules.h.

+


Typedef Documentation

+

+ + + + +
+ + +
typedef deque<string> file_cache +
+
+ + + + + +
+   + + +

+Low level definition of a FileReader classes file cache area. +

+ +

+Definition at line 38 of file modules.h. +

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

+


Generated on Wed Jan 22 20:56:47 2003 for InspIRCd by + +doxygen1.3-rc2
+ + -- cgit v1.2.3