summaryrefslogtreecommitdiff
path: root/docs/module-doc/classConfigReader.html
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-05-01 23:10:23 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-05-01 23:10:23 +0000
commitc881c52c43a0ee55274759ac8aa26b9f6fb0b508 (patch)
tree988d696bf1b6f8a340bcaffe9b38bce382a274d0 /docs/module-doc/classConfigReader.html
parentfea9e48a44c6c92609e85be599bf3172c2f2e2a2 (diff)
documentation update for updated return values of OnUserPreJoin
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@776 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/module-doc/classConfigReader.html')
-rw-r--r--docs/module-doc/classConfigReader.html26
1 files changed, 13 insertions, 13 deletions
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
<p>
<p>
-Definition at line <a class="el" href="modules_8h-source.html#l00617">617</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
+Definition at line <a class="el" href="modules_8h-source.html#l00618">618</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="ConfigReader::ConfigReader"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
@@ -88,7 +88,7 @@ This constructor initialises the ConfigReader class to read the inspircd.conf fi
<p>
Definition at line <a class="el" href="modules_8cpp-source.html#l00553">553</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
<p>
-References <a class="el" href="modules_8h-source.html#l00625">cache</a>, <a class="el" href="modules_8h-source.html#l00609">CONF_FILE_NOT_FOUND</a>, <a class="el" href="modules_8h-source.html#l00629">error</a>, and <a class="el" href="modules_8h-source.html#l00628">readerror</a>.
+References <a class="el" href="modules_8h-source.html#l00626">cache</a>, <a class="el" href="modules_8h-source.html#l00610">CONF_FILE_NOT_FOUND</a>, <a class="el" href="modules_8h-source.html#l00630">error</a>, and <a class="el" href="modules_8h-source.html#l00629">readerror</a>.
<p>
<div class="fragment"><pre>00554 {
00555 this-&gt;<a class="code" href="classConfigReader.html#n0">cache</a> = <span class="keyword">new</span> std::stringstream(std::stringstream::in | std::stringstream::out);
@@ -131,7 +131,7 @@ This constructor initialises the ConfigReader class to read a user-specified con
<p>
Definition at line <a class="el" href="modules_8cpp-source.html#l00569">569</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
<p>
-References <a class="el" href="modules_8h-source.html#l00625">cache</a>, <a class="el" href="modules_8h-source.html#l00609">CONF_FILE_NOT_FOUND</a>, <a class="el" href="modules_8h-source.html#l00629">error</a>, and <a class="el" href="modules_8h-source.html#l00628">readerror</a>.
+References <a class="el" href="modules_8h-source.html#l00626">cache</a>, <a class="el" href="modules_8h-source.html#l00610">CONF_FILE_NOT_FOUND</a>, <a class="el" href="modules_8h-source.html#l00630">error</a>, and <a class="el" href="modules_8h-source.html#l00629">readerror</a>.
<p>
<div class="fragment"><pre>00570 {
00571 this-&gt;<a class="code" href="classConfigReader.html#n0">cache</a> = <span class="keyword">new</span> std::stringstream(std::stringstream::in | std::stringstream::out);
@@ -173,7 +173,7 @@ This method destroys the ConfigReader class.
<p>
Definition at line <a class="el" href="modules_8cpp-source.html#l00562">562</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
<p>
-References <a class="el" href="modules_8h-source.html#l00625">cache</a>.
+References <a class="el" href="modules_8h-source.html#l00626">cache</a>.
<p>
<div class="fragment"><pre>00563 {
00564 <span class="keywordflow">if</span> (this-&gt;<a class="code" href="classConfigReader.html#n0">cache</a>)
@@ -299,7 +299,7 @@ Valid errors can be found by looking in <a class="el" href="modules_8h.html">mod
<p>
Definition at line <a class="el" href="modules_8cpp-source.html#l00639">639</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
<p>
-References <a class="el" href="modules_8h-source.html#l00629">error</a>.
+References <a class="el" href="modules_8h-source.html#l00630">error</a>.
<p>
<div class="fragment"><pre>00640 {
00641 <span class="keywordtype">long</span> olderr = this-&gt;<a class="code" href="classConfigReader.html#n2">error</a>;
@@ -356,7 +356,7 @@ This method retrieves a boolean value from the config file. Where multiple copie
<p>
Definition at line <a class="el" href="modules_8cpp-source.html#l00593">593</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
<p>
-References <a class="el" href="modules_8h-source.html#l00608">CONF_VALUE_NOT_FOUND</a>, and <a class="el" href="modules_8h-source.html#l00629">error</a>.
+References <a class="el" href="modules_8h-source.html#l00609">CONF_VALUE_NOT_FOUND</a>, and <a class="el" href="modules_8h-source.html#l00630">error</a>.
<p>
<div class="fragment"><pre>00594 {
00595 <span class="keywordtype">char</span> val[MAXBUF];
@@ -429,7 +429,7 @@ This method retrieves an integer value from the config file. Where multiple copi
<p>
Definition at line <a class="el" href="modules_8cpp-source.html#l00610">610</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
<p>
-References <a class="el" href="modules_8h-source.html#l00606">CONF_NOT_A_NUMBER</a>, <a class="el" href="modules_8h-source.html#l00607">CONF_NOT_UNSIGNED</a>, <a class="el" href="modules_8h-source.html#l00608">CONF_VALUE_NOT_FOUND</a>, and <a class="el" href="modules_8h-source.html#l00629">error</a>.
+References <a class="el" href="modules_8h-source.html#l00607">CONF_NOT_A_NUMBER</a>, <a class="el" href="modules_8h-source.html#l00608">CONF_NOT_UNSIGNED</a>, <a class="el" href="modules_8h-source.html#l00609">CONF_VALUE_NOT_FOUND</a>, and <a class="el" href="modules_8h-source.html#l00630">error</a>.
<p>
<div class="fragment"><pre>00611 {
00612 <span class="keywordtype">char</span> val[MAXBUF];
@@ -508,7 +508,7 @@ This method retrieves a value from the config file. Where multiple copies of the
<p>
Definition at line <a class="el" href="modules_8cpp-source.html#l00577">577</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
<p>
-References <a class="el" href="modules_8h-source.html#l00608">CONF_VALUE_NOT_FOUND</a>, and <a class="el" href="modules_8h-source.html#l00629">error</a>.
+References <a class="el" href="modules_8h-source.html#l00609">CONF_VALUE_NOT_FOUND</a>, and <a class="el" href="modules_8h-source.html#l00630">error</a>.
<p>
<div class="fragment"><pre>00578 {
00579 <span class="keywordtype">char</span> val[MAXBUF];
@@ -558,7 +558,7 @@ This method is partially implemented and will only return false if the config fi
<p>
Definition at line <a class="el" href="modules_8cpp-source.html#l00657">657</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
<p>
-References <a class="el" href="modules_8h-source.html#l00628">readerror</a>.
+References <a class="el" href="modules_8h-source.html#l00629">readerror</a>.
<p>
<div class="fragment"><pre>00658 {
00659 <span class="keywordflow">return</span> this-&gt;<a class="code" href="classConfigReader.html#n1">readerror</a>;
@@ -590,7 +590,7 @@ The contents of the configuration file This protected member should never be acc
<p>
It will contain a pointer to the configuration file data with unneeded data (such as comments) stripped from it.
<p>
-Definition at line <a class="el" href="modules_8h-source.html#l00625">625</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
+Definition at line <a class="el" href="modules_8h-source.html#l00626">626</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
<p>
Referenced by <a class="el" href="modules_8cpp-source.html#l00553">ConfigReader()</a>, and <a class="el" href="modules_8cpp-source.html#l00562">~ConfigReader()</a>. </td>
</tr>
@@ -616,7 +616,7 @@ Referenced by <a class="el" href="modules_8cpp-source.html#l00553">ConfigReader(
<p>
<p>
-Definition at line <a class="el" href="modules_8h-source.html#l00629">629</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
+Definition at line <a class="el" href="modules_8h-source.html#l00630">630</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
<p>
Referenced by <a class="el" href="modules_8cpp-source.html#l00553">ConfigReader()</a>, <a class="el" href="modules_8cpp-source.html#l00639">GetError()</a>, <a class="el" href="modules_8cpp-source.html#l00593">ReadFlag()</a>, <a class="el" href="modules_8cpp-source.html#l00610">ReadInteger()</a>, and <a class="el" href="modules_8cpp-source.html#l00577">ReadValue()</a>. </td>
</tr>
@@ -644,14 +644,14 @@ Used to store errors.
<p>
<p>
-Definition at line <a class="el" href="modules_8h-source.html#l00628">628</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
+Definition at line <a class="el" href="modules_8h-source.html#l00629">629</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
<p>
Referenced by <a class="el" href="modules_8cpp-source.html#l00553">ConfigReader()</a>, and <a class="el" href="modules_8cpp-source.html#l00657">Verify()</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="modules_8h-source.html">modules.h</a><li><a class="el" href="modules_8cpp-source.html">modules.cpp</a></ul>
-<hr><address style="align: right;"><small>Generated on Sat May 1 20:58:02 2004 for InspIRCd by
+<hr><address style="align: right;"><small>Generated on Sun May 2 00:09:32 2004 for InspIRCd by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc3 </small></address>