From cc61d20faae9a29422d34a367db9ac54d8de3d0e Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 23 Jan 2003 20:38:00 +0000 Subject: Updated documentation scripts git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@143 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classConfigReader.html | 62 +++++++++++++++++----------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'docs/module-doc/classConfigReader.html') diff --git a/docs/module-doc/classConfigReader.html b/docs/module-doc/classConfigReader.html index f0221a1a1..b0f5848a6 100644 --- a/docs/module-doc/classConfigReader.html +++ b/docs/module-doc/classConfigReader.html @@ -37,7 +37,7 @@ It may either be instantiated with one parameter or none. Constructing the class

-Definition at line 226 of file modules.h.


Constructor & Destructor Documentation

+Definition at line 232 of file modules.h.

Constructor & Destructor Documentation

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

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

-Definition at line 161 of file modules.cpp. +Definition at line 164 of file modules.cpp.

-References fname. +References fname.

-

00162 {
-00163         fname = CONFIG_FILE;
-00164 }
+
00165 {
+00166         fname = CONFIG_FILE;
+00167 }
 
@@ -107,9 +107,9 @@ Overloaded constructor.

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

-Definition at line 172 of file modules.cpp. +Definition at line 175 of file modules.cpp.

-

00172 : fname(filename) { };
+
00175 : fname(filename) { };
 
@@ -142,10 +142,10 @@ Default destructor.

This method destroys the ConfigReader class.

-Definition at line 167 of file modules.cpp. +Definition at line 170 of file modules.cpp.

-

00168 {
-00169 }
+
00171 {
+00172 }
 
@@ -180,13 +180,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 183 of file modules.cpp. +Definition at line 186 of file modules.cpp.

-References fname. +References fname.

-

00184 {
-00185         return EnumConf(fname.c_str(),tag.c_str());
-00186 }
+
00187 {
+00188         return EnumConf(fname.c_str(),tag.c_str());
+00189 }
 
@@ -235,16 +235,16 @@ 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 174 of file modules.cpp. +Definition at line 177 of file modules.cpp.

-References fname. +References fname.

-

00175 {
-00176         char val[MAXBUF];
-00177         ReadConf(fname.c_str(),tag.c_str(),name.c_str(),index,val);
-00178         string s = val;
-00179         return s;
-00180 }
+
00178 {
+00179         char val[MAXBUF];
+00180         ReadConf(fname.c_str(),tag.c_str(),name.c_str(),index,val);
+00181         string s = val;
+00182         return s;
+00183 }
 
@@ -277,11 +277,11 @@ Returns true if a config file is valid.

This method is unimplemented and will always return true.

-Definition at line 189 of file modules.cpp. +Definition at line 192 of file modules.cpp.

-

00190 {
-00191         return true;
-00192 }
+
00193 {
+00194         return true;
+00195 }
 
@@ -309,14 +309,14 @@ The filename of the configuration file, as set by the constructor.

-Definition at line 231 of file modules.h. +Definition at line 237 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 Wed Jan 22 20:56:47 2003 for InspIRCd by +
Generated on Thu Jan 23 20:28:58 2003 for InspIRCd by doxygen1.3-rc2
-- cgit v1.2.3