From 1d994c544474da53159257d9097997c0744a48a5 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 6 Apr 2004 10:43:34 +0000 Subject: Added support for SVS-style Server class methods for modules git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@400 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 c6d45709f..c9ce89878 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 359 of file modules.h.


Constructor & Destructor Documentation

+Definition at line 428 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 265 of file modules.cpp. +Definition at line 294 of file modules.cpp.

-References fname. +References fname.

-

00266 {
-00267         fname = CONFIG_FILE;
-00268 }
+
00295 {
+00296         fname = CONFIG_FILE;
+00297 }
 
@@ -115,9 +115,9 @@ Overloaded constructor.

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

-Definition at line 276 of file modules.cpp. +Definition at line 305 of file modules.cpp.

-

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

This method destroys the ConfigReader class.

-Definition at line 271 of file modules.cpp. +Definition at line 300 of file modules.cpp.

-

00272 {
-00273 }
+
00301 {
+00302 }
 
@@ -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 286 of file modules.cpp. +Definition at line 315 of file modules.cpp.

-References fname. +References fname.

-

00287 {
-00288         return EnumConf(fname.c_str(),tag.c_str());
-00289 }
+
00316 {
+00317         return EnumConf(fname.c_str(),tag.c_str());
+00318 }
 
@@ -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 278 of file modules.cpp. +Definition at line 307 of file modules.cpp.

-References fname. +References fname.

-

00279 {
-00280         char val[MAXBUF];
-00281         ReadConf(fname.c_str(),tag.c_str(),name.c_str(),index,val);
-00282         return val;
-00283 }
+
00308 {
+00309         char val[MAXBUF];
+00310         ReadConf(fname.c_str(),tag.c_str(),name.c_str(),index,val);
+00311         return val;
+00312 }
 
@@ -284,11 +284,11 @@ Returns true if a config file is valid.

This method is unimplemented and will always return true.

-Definition at line 292 of file modules.cpp. +Definition at line 321 of file modules.cpp.

-

00293 {
-00294         return true;
-00295 }
+
00322 {
+00323         return true;
+00324 }
 
@@ -316,14 +316,14 @@ The filename of the configuration file, as set by the constructor.

-Definition at line 364 of file modules.h. +Definition at line 433 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 Mon Apr 5 02:04:01 2004 for InspIRCd by +
Generated on Tue Apr 6 11:42:40 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3