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.
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) { }; +@@ -150,10 +150,10 @@ Default destructor.00307 : fname(filename) { };This method destroys the ConfigReader class.
-Definition at line 300 of file modules.cpp. +Definition at line 302 of file modules.cpp.
-
00301 { -00302 } +@@ -188,13 +188,13 @@ Counts the number of times a given tag appears in the config file.00303 { +00304 }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 } +@@ -243,15 +243,15 @@ Retrieves a value from the config file.00318 { +00319 return EnumConf(fname.c_str(),tag.c_str()); +00320 }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 } +@@ -284,11 +284,11 @@ Returns true if a config file is valid.00310 { +00311 char val[MAXBUF]; +00312 ReadConf(fname.c_str(),tag.c_str(),name.c_str(),index,val); +00313 return val; +00314 }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 } +-@@ -316,14 +316,14 @@ The filename of the configuration file, as set by the constructor.00324 { +00325 return true; +00326 }
-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 by1.3-rc3 -- cgit v1.3.1-10-gc9f91