From a753fb1bc711e10794e939e424f3cdd703116d82 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 2 Apr 2004 12:38:41 +0000 Subject: Added support for modules to create commands - this needs a proof-of-concept module yet, do not use unless you like to live dangerously. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@351 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classConfigReader.html | 81 +++++++++++++++++----------------- 1 file changed, 40 insertions(+), 41 deletions(-) (limited to 'docs/module-doc/classConfigReader.html') diff --git a/docs/module-doc/classConfigReader.html b/docs/module-doc/classConfigReader.html index 7858c077e..5fb1368d4 100644 --- a/docs/module-doc/classConfigReader.html +++ b/docs/module-doc/classConfigReader.html @@ -24,18 +24,18 @@ Inheritance diagram for ConfigReader:
-Definition at line 252 of file modules.h.
This constructor initialises the ConfigReader class to read a user-specified config file
-Definition at line 163 of file modules.cpp. +Definition at line 236 of file modules.cpp.
-
This method destroys the ConfigReader class.
-Definition at line 158 of file modules.cpp. +Definition at line 231 of file modules.cpp.
-
00159 {
-00160 }
+00232 {
+00233 }
@@ -166,7 +166,7 @@ Definition at line 158
int ConfigReader::Enumerate
(
- string
+ std::string
tag
)
@@ -188,13 +188,13 @@ Counts the number of times a given tag appears in the config file.
This method counts the number of times a tag appears in a config file, for use where there are several tags of the same kind, e.g. with opers and connect types. It can be used with the index value of ConfigReader::ReadValue to loop through all copies of a multiple instance tag.
-Definition at line 174 of file modules.cpp.
+Definition at line 246 of file modules.cpp.
-References fname.
+References fname.
-
@@ -204,15 +204,15 @@ References fname.
- string ConfigReader::ReadValue
+ std::string ConfigReader::ReadValue
(
- string
+ std::string
tag,
- string
+ std::string
name,
@@ -243,16 +243,15 @@ Retrieves a value from the config file.
This method retrieves a value from the config file. Where multiple copies of the tag exist in the config file, index indicates which of the values to retrieve.
-Definition at line 165 of file modules.cpp.
+Definition at line 238 of file modules.cpp.
-References fname.
+References fname.
-
@@ -285,11 +284,11 @@ Returns true if a config file is valid.
This method is unimplemented and will always return true.
-Definition at line 180 of file modules.cpp.
+Definition at line 252 of file modules.cpp.
-
00181 {
-00182 return true;
-00183 }
+00253 {
+00254 return true;
+00255 }
@@ -300,7 +299,7 @@ Definition at line 180
- string ConfigReader::fname [protected]
+ std::string ConfigReader::fname [protected]
@@ -317,14 +316,14 @@ The filename of the configuration file, as set by the constructor.
-Definition at line 257 of file modules.h.
+Definition at line 307 of file modules.h.
-Referenced by ConfigReader(), Enumerate(), and ReadValue().
+Referenced by ConfigReader(), Enumerate(), and ReadValue().
The documentation for this class was generated from the following files:
-
1.3-rc3
--
cgit v1.3.1-10-gc9f91