From 877a15fc3db18be9131c886720516eae6f582886 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 1 May 2004 16:54:50 +0000 Subject: Added extra docs to cover OnUserSync etc git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@769 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/modules_8h.html | 79 +++++++++++++++++++++++++++++------------ 1 file changed, 56 insertions(+), 23 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 c4dc01702..99ac7ab9b 100644 --- a/docs/module-doc/modules_8h.html +++ b/docs/module-doc/modules_8h.html @@ -23,7 +23,8 @@ Include dependency graph for modules.h:

Included by dependency graph
- + +

@@ -65,16 +66,18 @@ This graph shows which files directly or indirectly include this file:

#define AC_DEHALFOP   6 #define AC_INVITE   7 #define AC_GENERAL_MODE   8 -#define FOREACH_MOD   for (int i = 0; i <= MODCOUNT; i++) modules[i]-> +#define FOREACH_MOD   for (int i = 0; i <= MODCOUNT; i++) modules[i]-> #define FOREACH_RESULT(x)

Typedefs

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

typedef file_cache string_list -typedef DLLFactory< ModuleFactoryircd_module +typedef std::deque< userrec * > chanuserlistHolds a list of users in a channel.

+typedef DLLFactory< ModuleFactoryircd_module

Functions

-void createcommand (char *cmd, handlerfunc f, char flags, int minparams) -void server_mode (char **parameters, int pcnt, userrec *user) +void createcommand (char *cmd, handlerfunc f, char flags, int minparams) +void server_mode (char **parameters, int pcnt, userrec *user)

Define Documentation

@@ -340,7 +343,7 @@ Definition at line 29 of

Definition at line 27 of file modules.h.

-Referenced by Module::OnAccessCheck(). +Referenced by Module::OnAccessCheck().

@@ -421,7 +424,7 @@ Definition at line 15 of -
#define FOREACH_MOD   for (int i = 0; i <= MODCOUNT; i++) modules[i]-> + #define FOREACH_MOD   for (int i = 0; i <= MODCOUNT; i++) modules[i]->
@@ -436,7 +439,7 @@ Definition at line 15 of

-Definition at line 58 of file modules.h. +Definition at line 62 of file modules.h.

@@ -464,8 +467,8 @@ Definition at line 58 of

Value:

{ MOD_RESULT = 0; \
-                        for (int i = 0; i <= MODCOUNT; i++) { \
-                        int res = modules[i]->x ; \
+                        for (int i = 0; i <= MODCOUNT; i++) { \
+                        int res = modules[i]->x ; \
                         if (res) { \
                                 MOD_RESULT = res; \
                                 break; \
@@ -474,7 +477,7 @@ Definition at line 58 of
    }
 

-Definition at line 66 of file modules.h. +Definition at line 70 of file modules.h.

@@ -500,7 +503,7 @@ Definition at line 66 of

Definition at line 21 of file modules.h.

-Referenced by ModeMakeList(). +Referenced by ModeMakeList().

@@ -526,7 +529,7 @@ Referenced by ModeMakeList(

Definition at line 22 of file modules.h.

-Referenced by Server::AddExtendedMode(). +Referenced by Server::AddExtendedMode().

@@ -552,7 +555,7 @@ Referenced by Server::AddEx

Definition at line 23 of file modules.h.

-Referenced by Server::AddExtendedMode(). +Referenced by Server::AddExtendedMode().

@@ -628,6 +631,34 @@ Definition at line 14 of


Typedef Documentation

+

+ + + + +
+ + +
typedef std::deque<userrec*> chanuserlist +
+
+ + + + + +
+   + + +

+Holds a list of users in a channel. +

+ +

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

+Referenced by Server::GetUsers().

@@ -653,10 +684,10 @@ Low level definition of a FileReader Definition at line 50 of file modules.h.

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

-

+

+Definition at line 740 of file modules.h.
@@ -677,7 +708,7 @@ Referenced by FileReader::F

-Definition at line 716 of file modules.h.

@@ -701,11 +732,13 @@ Definition at line 716 of

-Definition at line 51 of file modules.h. +Definition at line 51 of file modules.h. +

+Referenced by Module::OnChannelSync(), and Module::OnUserSync().


Function Documentation

-

+

+Referenced by Server::AddCommand().
@@ -754,10 +787,10 @@ Definition at line 51 of

-Referenced by Server::AddCommand().

-

+

+Referenced by Server::SendMode().
@@ -800,10 +833,10 @@ Referenced by Server::AddCo

-Referenced by Server::SendMode().

-


Generated on Sat May 1 13:39:07 2004 for InspIRCd by +
Generated on Sat May 1 17:50:15 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3