From 0f2cf28d39404881b9719330ca86757c51b87bad Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 1 May 2004 19:58:59 +0000 Subject: Added documentation of new ConfigReader methods suggested by Azhrarn for sanity git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@772 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/modules_8h.html | 144 +++++++++++++++++++++++++++++++++++----- 1 file changed, 126 insertions(+), 18 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 99ac7ab9b..b587a938e 100644 --- a/docs/module-doc/modules_8h.html +++ b/docs/module-doc/modules_8h.html @@ -68,16 +68,20 @@ This graph shows which files directly or indirectly include this file:

#define AC_GENERAL_MODE   8 #define FOREACH_MOD   for (int i = 0; i <= MODCOUNT; i++) modules[i]-> #define FOREACH_RESULT(x) +#define CONF_NOT_A_NUMBER   0x000010 +#define CONF_NOT_UNSIGNED   0x000080 +#define CONF_VALUE_NOT_FOUND   0x000100 +#define CONF_FILE_NOT_FOUND   0x000200

Typedefs

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

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

-typedef DLLFactory< ModuleFactoryircd_module +typedef std::deque< std::string > file_cacheLow level definition of a FileReader classes file cache area.

+typedef file_cache string_list +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

@@ -370,6 +374,110 @@ Referenced by Module::OnAcc Definition at line 28 of file modules.h. +

+ + + + +
+ + +
#define CONF_FILE_NOT_FOUND   0x000200 +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by ConfigReader::ConfigReader().

+

+ + + + +
+ + +
#define CONF_NOT_A_NUMBER   0x000010 +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by ConfigReader::ReadInteger().

+

+ + + + +
+ + +
#define CONF_NOT_UNSIGNED   0x000080 +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by ConfigReader::ReadInteger().

+

+ + + + +
+ + +
#define CONF_VALUE_NOT_FOUND   0x000100 +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by ConfigReader::ReadFlag(), ConfigReader::ReadInteger(), and ConfigReader::ReadValue().

@@ -631,7 +739,7 @@ Definition at line 14 of


Typedef Documentation

-

+

@@ -659,7 +767,7 @@ Definition at line 55 of Referenced by Server::GetUsers().
-

+

+Referenced by FileReader::FileReader(), and FileReader::LoadFile().
@@ -684,10 +792,10 @@ Low level definition of a FileReader Definition at line 50 of file modules.h.

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

-

+

+Definition at line 766 of file modules.h.
@@ -708,16 +816,16 @@ Referenced by FileReader::F

-Definition at line 740 of file modules.h.

-

+

@@ -738,7 +846,7 @@ Referenced by Module::OnCha
-
typedef file_cache string_list + typedef file_cache string_list


Function Documentation

-

+

@@ -790,7 +898,7 @@ Referenced by Module::OnCha Referenced by Server::AddCommand().
-

+

@@ -836,7 +944,7 @@ Referenced by Server::AddCo Referenced by Server::SendMode().
-


Generated on Sat May 1 17:50:15 2004 for InspIRCd by +
Generated on Sat May 1 20:57:55 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3