X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=docs%2Fmodule-doc%2FclassConfigReader.html;h=63eabbd8232cc54d930258966bf0ee7e24f32870;hb=3d7312f8af1becdbe458392e14ea64c904ee7b92;hp=7ece1927f2fc21c179e301bc7c5315c67a6a4f0a;hpb=755d67224f033aaa9b4ef3d2dd00f46bb8c19dc2;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/docs/module-doc/classConfigReader.html b/docs/module-doc/classConfigReader.html index 7ece1927f..63eabbd82 100644 --- a/docs/module-doc/classConfigReader.html +++ b/docs/module-doc/classConfigReader.html @@ -67,7 +67,7 @@ It may either be instantiated with one parameter or none. Constructing the class

-Definition at line 685 of file modules.h.


Constructor & Destructor Documentation

+Definition at line 683 of file modules.h.

Constructor & Destructor Documentation

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

Definition at line 579 of file modules.cpp.

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

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

Definition at line 598 of file modules.cpp.

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

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

Definition at line 589 of file modules.cpp.

-References cache, and errorlog. +References cache, and errorlog.

00590 {
 00591         if (this->cache)
@@ -239,7 +239,7 @@ If bail is true, then the program will abort. If bail is false and user points t
 

Definition at line 676 of file modules.cpp.

-References errorlog, connection::fd, and userrec::nick. +References errorlog, connection::fd, and userrec::nick.

00677 {
 00678         if (bail)
@@ -306,7 +306,7 @@ This method counts the number of times a tag appears in a config file, for use w
 

Definition at line 709 of file modules.cpp.

-References cache. +References cache.

00710 {
 00711         return EnumConf(cache,tag.c_str());
@@ -355,7 +355,7 @@ For example if the tag was <test tag="blah" data="foo"> then this function
 

Definition at line 714 of file modules.cpp.

-References cache. +References cache.

00715 {
 00716         return EnumValues(cache, tag.c_str(), index);
@@ -394,7 +394,7 @@ Valid errors can be found by looking in mod
 

Definition at line 669 of file modules.cpp.

-References error. +References error.

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

Definition at line 623 of file modules.cpp.

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

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

Definition at line 640 of file modules.cpp.

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

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

Definition at line 607 of file modules.cpp.

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

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

Definition at line 719 of file modules.cpp.

-References readerror. +References readerror.

00720 {
 00721         return this->readerror;
@@ -685,7 +685,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 693 of file modules.h. +Definition at line 691 of file modules.h.

Referenced by ConfigReader(), Enumerate(), EnumerateValues(), ReadFlag(), ReadInteger(), ReadValue(), and ~ConfigReader().

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

-Definition at line 698 of file modules.h. +Definition at line 696 of file modules.h.

Referenced by ConfigReader(), GetError(), ReadFlag(), ReadInteger(), and ReadValue(). @@ -737,7 +737,7 @@ Referenced by ConfigReader(

-Definition at line 694 of file modules.h. +Definition at line 692 of file modules.h.

Referenced by ConfigReader(), DumpErrors(), and ~ConfigReader(). @@ -765,14 +765,14 @@ Used to store errors.

-Definition at line 697 of file modules.h. +Definition at line 695 of file modules.h.

Referenced by ConfigReader(), and Verify().


The documentation for this class was generated from the following files: -
Generated on Thu Apr 7 20:14:24 2005 for InspIRCd by +
Generated on Sat Apr 9 14:38:28 2005 for InspIRCd by doxygen 1.3.3