From 71e6de4b88c3d51bfa59fed44049a4d1ea6d26a1 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 29 Apr 2004 15:23:02 +0000 Subject: Documentation update for class 'Extensible' git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@749 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classConfigReader.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/module-doc/classConfigReader.html') diff --git a/docs/module-doc/classConfigReader.html b/docs/module-doc/classConfigReader.html index 7ce292506..14d676eac 100644 --- a/docs/module-doc/classConfigReader.html +++ b/docs/module-doc/classConfigReader.html @@ -49,7 +49,7 @@ It may either be instantiated with one parameter or none. Constructing the class

-Definition at line 516 of file modules.h.


Constructor & Destructor Documentation

+Definition at line 518 of file modules.h.

Constructor & Destructor Documentation

@@ -81,7 +81,7 @@ This constructor initialises the ConfigReader class to read the inspircd.conf fi

Definition at line 343 of file modules.cpp.

-References cache, and error. +References cache, and error.

00344 {
 00345         this->cache = new std::stringstream(std::stringstream::in | std::stringstream::out);
@@ -122,7 +122,7 @@ This constructor initialises the ConfigReader class to read a user-specified con
 

Definition at line 357 of file modules.cpp.

-References cache, and error. +References cache, and error.

00358 {
 00359         this->cache = new std::stringstream(std::stringstream::in | std::stringstream::out);
@@ -162,7 +162,7 @@ This method destroys the ConfigReader class.
 

Definition at line 350 of file modules.cpp.

-References cache. +References cache.

00351 {
 00352         if (this->cache)
@@ -347,7 +347,7 @@ This method is partially implemented and will only return false if the config fi
 

Definition at line 385 of file modules.cpp.

-References error. +References error.

00386 {
 00387         return this->error;
@@ -379,7 +379,7 @@ The contents of the configuration file This protected member should never be acc
 

It will contain a pointer to the configuration file data with unneeded data (such as comments) stripped from it.

-Definition at line 524 of file modules.h. +Definition at line 526 of file modules.h.

Referenced by ConfigReader(), and ~ConfigReader().

@@ -407,14 +407,14 @@ Used to store errors.

-Definition at line 527 of file modules.h. +Definition at line 529 of file modules.h.

Referenced by ConfigReader(), and Verify().


The documentation for this class was generated from the following files: -
Generated on Sun Apr 25 00:24:18 2004 for InspIRCd by +
Generated on Thu Apr 29 16:22:00 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3