From 08e384bb24398224856c44baa51b51977644de9d Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 9 Feb 2003 12:49:00 +0000 Subject: Documentation update, 09/02/03 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@167 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 800978c24..6ae16f47a 100644 --- a/docs/module-doc/classConfigReader.html +++ b/docs/module-doc/classConfigReader.html @@ -42,7 +42,7 @@ It may either be instantiated with one parameter or none. Constructing the class
-Definition at line 237 of file modules.h.
This constructor initialises the ConfigReader class to read a user-specified config file
-Definition at line 175 of file modules.cpp. +Definition at line 162 of file modules.cpp.
-
00175 : fname(filename) { }; +@@ -147,10 +147,10 @@ Default destructor.00162 : fname(filename) { };This method destroys the ConfigReader class.
-Definition at line 170 of file modules.cpp. +Definition at line 157 of file modules.cpp.
-
00171 { -00172 } +@@ -185,13 +185,13 @@ Counts the number of times a given tag appears in the config file.00158 { +00159 }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 186 of file modules.cpp. +Definition at line 173 of file modules.cpp.
-References fname. +References fname.
-
00187 { -00188 return EnumConf(fname.c_str(),tag.c_str()); -00189 } +@@ -240,16 +240,16 @@ Retrieves a value from the config file.00174 { +00175 return EnumConf(fname.c_str(),tag.c_str()); +00176 }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 177 of file modules.cpp. +Definition at line 164 of file modules.cpp.
-References fname. +References fname.
-
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 } +@@ -282,11 +282,11 @@ Returns true if a config file is valid.00165 { +00166 char val[MAXBUF]; +00167 ReadConf(fname.c_str(),tag.c_str(),name.c_str(),index,val); +00168 string s = val; +00169 return s; +00170 }This method is unimplemented and will always return true.
-Definition at line 192 of file modules.cpp. +Definition at line 179 of file modules.cpp.
-
00193 { -00194 return true; -00195 } +-@@ -314,14 +314,14 @@ The filename of the configuration file, as set by the constructor.00180 { +00181 return true; +00182 }
-Definition at line 242 of file modules.h. +Definition at line 223 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 Jan 27 00:23:13 2003 for InspIRCd by +
Generated on Sun Feb 9 12:48:17 2003 for InspIRCd by1.3-rc2 -- cgit v1.3.1-10-gc9f91