From 1ea860b5708d065f9ed51234fc031969215fd806 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 2 Apr 2004 13:47:31 +0000 Subject: Updated documentation to document Server::SendMode git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@356 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classConfigReader.html | 60 +++++++++++++++++----------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'docs/module-doc/classConfigReader.html') diff --git a/docs/module-doc/classConfigReader.html b/docs/module-doc/classConfigReader.html index 5fb1368d4..05df29c0a 100644 --- a/docs/module-doc/classConfigReader.html +++ b/docs/module-doc/classConfigReader.html @@ -45,7 +45,7 @@ It may either be instantiated with one parameter or none. Constructing the class

-Definition at line 302 of file modules.h.


Constructor & Destructor Documentation

+Definition at line 322 of file modules.h.

Constructor & Destructor Documentation

@@ -75,13 +75,13 @@ Default constructor.

This constructor initialises the ConfigReader class to read the inspircd.conf file as specified when running ./configure.

-Definition at line 225 of file modules.cpp. +Definition at line 229 of file modules.cpp.

-References fname. +References fname.

-

00226 {
-00227         fname = CONFIG_FILE;
-00228 }
+
00230 {
+00231         fname = CONFIG_FILE;
+00232 }
 
@@ -115,9 +115,9 @@ Overloaded constructor.

This constructor initialises the ConfigReader class to read a user-specified config file

-Definition at line 236 of file modules.cpp. +Definition at line 240 of file modules.cpp.

-

00236 : fname(filename) { };
+
00240 : fname(filename) { };
 
@@ -150,10 +150,10 @@ Default destructor.

This method destroys the ConfigReader class.

-Definition at line 231 of file modules.cpp. +Definition at line 235 of file modules.cpp.

-

00232 {
-00233 }
+
00236 {
+00237 }
 
@@ -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 246 of file modules.cpp. +Definition at line 250 of file modules.cpp.

-References fname. +References fname.

-

00247 {
-00248         return EnumConf(fname.c_str(),tag.c_str());
-00249 }
+
00251 {
+00252         return EnumConf(fname.c_str(),tag.c_str());
+00253 }
 
@@ -243,15 +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 238 of file modules.cpp. +Definition at line 242 of file modules.cpp.

-References fname. +References fname.

-

00239 {
-00240         char val[MAXBUF];
-00241         ReadConf(fname.c_str(),tag.c_str(),name.c_str(),index,val);
-00242         return val;
-00243 }
+
00243 {
+00244         char val[MAXBUF];
+00245         ReadConf(fname.c_str(),tag.c_str(),name.c_str(),index,val);
+00246         return val;
+00247 }
 
@@ -284,11 +284,11 @@ Returns true if a config file is valid.

This method is unimplemented and will always return true.

-Definition at line 252 of file modules.cpp. +Definition at line 256 of file modules.cpp.

-

00253 {
-00254         return true;
-00255 }
+
00257 {
+00258         return true;
+00259 }
 
@@ -316,14 +316,14 @@ The filename of the configuration file, as set by the constructor.

-Definition at line 307 of file modules.h. +Definition at line 327 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: -
Generated on Fri Apr 2 13:37:37 2004 for InspIRCd by +
Generated on Fri Apr 2 14:46:13 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.3.1-10-gc9f91