From c881c52c43a0ee55274759ac8aa26b9f6fb0b508 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 1 May 2004 23:10:23 +0000 Subject: documentation update for updated return values of OnUserPreJoin git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@776 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classConfigReader.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/module-doc/classConfigReader.html') diff --git a/docs/module-doc/classConfigReader.html b/docs/module-doc/classConfigReader.html index 5ad5b9aed..f8c1f7bda 100644 --- a/docs/module-doc/classConfigReader.html +++ b/docs/module-doc/classConfigReader.html @@ -56,7 +56,7 @@ It may either be instantiated with one parameter or none. Constructing the class

-Definition at line 617 of file modules.h.


Constructor & Destructor Documentation

+Definition at line 618 of file modules.h.

Constructor & Destructor Documentation

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

Definition at line 553 of file modules.cpp.

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

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

Definition at line 569 of file modules.cpp.

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

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

Definition at line 562 of file modules.cpp.

-References cache. +References cache.

00563 {
 00564         if (this->cache)
@@ -299,7 +299,7 @@ Valid errors can be found by looking in mod
 

Definition at line 639 of file modules.cpp.

-References error. +References error.

00640 {
 00641         long olderr = this->error;
@@ -356,7 +356,7 @@ This method retrieves a boolean value from the config file. Where multiple copie
 

Definition at line 593 of file modules.cpp.

-References CONF_VALUE_NOT_FOUND, and error. +References CONF_VALUE_NOT_FOUND, and error.

00594 {
 00595         char val[MAXBUF];
@@ -429,7 +429,7 @@ This method retrieves an integer value from the config file. Where multiple copi
 

Definition at line 610 of file modules.cpp.

-References CONF_NOT_A_NUMBER, CONF_NOT_UNSIGNED, CONF_VALUE_NOT_FOUND, and error. +References CONF_NOT_A_NUMBER, CONF_NOT_UNSIGNED, CONF_VALUE_NOT_FOUND, and error.

00611 {
 00612         char val[MAXBUF];
@@ -508,7 +508,7 @@ This method retrieves a value from the config file. Where multiple copies of the
 

Definition at line 577 of file modules.cpp.

-References CONF_VALUE_NOT_FOUND, and error. +References CONF_VALUE_NOT_FOUND, and error.

00578 {
 00579         char val[MAXBUF];
@@ -558,7 +558,7 @@ This method is partially implemented and will only return false if the config fi
 

Definition at line 657 of file modules.cpp.

-References readerror. +References readerror.

00658 {
 00659         return this->readerror;
@@ -590,7 +590,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 625 of file modules.h. +Definition at line 626 of file modules.h.

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

@@ -616,7 +616,7 @@ Referenced by ConfigReader(

-Definition at line 629 of file modules.h. +Definition at line 630 of file modules.h.

Referenced by ConfigReader(), GetError(), ReadFlag(), ReadInteger(), and ReadValue(). @@ -644,14 +644,14 @@ Used to store errors.

-Definition at line 628 of file modules.h. +Definition at line 629 of file modules.h.

Referenced by ConfigReader(), and Verify().


The documentation for this class was generated from the following files: -
Generated on Sat May 1 20:58:02 2004 for InspIRCd by +
Generated on Sun May 2 00:09:32 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3