From 59a2c6c2d96a4557cd885fefcbce97f490962692 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 6 Apr 2004 20:16:43 +0000 Subject: Updated docs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@411 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 c9ce89878..f19df250a 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 428 of file modules.h.


Constructor & Destructor Documentation

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

-References fname. +References fname.

-

00295 {
-00296         fname = CONFIG_FILE;
-00297 }
+
00297 {
+00298         fname = CONFIG_FILE;
+00299 }
 
@@ -115,9 +115,9 @@ Overloaded constructor.

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

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

-

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

This method destroys the ConfigReader class.

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

-

00301 {
-00302 }
+
00303 {
+00304 }
 
@@ -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 315 of file modules.cpp. +Definition at line 317 of file modules.cpp.

-References fname. +References fname.

-

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

-References fname. +References fname.

-

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

This method is unimplemented and will always return true.

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

-

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

-Definition at line 433 of file modules.h. +Definition at line 453 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 Tue Apr 6 11:42:40 2004 for InspIRCd by +
Generated on Tue Apr 6 21:13:50 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.3.1-10-gc9f91