From 3d7312f8af1becdbe458392e14ea64c904ee7b92 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 9 Apr 2005 14:39:07 +0000 Subject: Changed parameters of OnPacketTransmit and OnPacketReceive to be much more useful git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1024 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classFileReader.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/module-doc/classFileReader.html') diff --git a/docs/module-doc/classFileReader.html b/docs/module-doc/classFileReader.html index 486a4d4ab..a8b242713 100644 --- a/docs/module-doc/classFileReader.html +++ b/docs/module-doc/classFileReader.html @@ -47,7 +47,7 @@ This class contains methods for read-only manipulation of a text file in memory.

-Definition at line 774 of file modules.h.


Constructor & Destructor Documentation

+Definition at line 772 of file modules.h.

Constructor & Destructor Documentation

@@ -116,7 +116,7 @@ This method initialises the class with a file loaded into it ready for GetLine a

Definition at line 725 of file modules.cpp.

-References fc, and file_cache. +References fc, and file_cache.

00726 {
 00727         file_cache c;
@@ -194,7 +194,7 @@ Returns true if the file exists This function will return false if the file coul
 

Definition at line 748 of file modules.cpp.

-References fc. +References fc.

00749 {
 00750         if (fc.size() == 0)
@@ -240,7 +240,7 @@ This method returns the number of lines in the read file. If it is 0, no lines h
 

Definition at line 767 of file modules.cpp.

-References fc. +References fc.

00768 {
 00769         return fc.size();
@@ -280,7 +280,7 @@ This method retrieves one line from the text file. If an empty non-NULL string i
 

Definition at line 760 of file modules.cpp.

-References fc. +References fc.

00761 {
 00762         if ((x<0) || (x>fc.size()))
@@ -322,7 +322,7 @@ This method loads a file into the class ready for GetLine and and other methods
 

Definition at line 736 of file modules.cpp.

-References fc, and file_cache. +References fc, and file_cache.

00737 {
 00738         file_cache c;
@@ -354,14 +354,14 @@ References fc, and 
 
 

-Definition at line 776 of file modules.h. +Definition at line 774 of file modules.h.

Referenced by Exists(), FileReader(), FileSize(), GetLine(), and LoadFile().


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:29 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3