From 07c6999de2beb1a7bab172ecd1f3a27ca6ec8ca4 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 5 Apr 2004 01:04:54 +0000 Subject: Changed documentation to match change in OnExtendedMode with a void* git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@384 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 efd44913b..0894d7d4d 100644 --- a/docs/module-doc/classFileReader.html +++ b/docs/module-doc/classFileReader.html @@ -45,7 +45,7 @@ This class contains methods for read-only manipulation of a text file in memory.

-Definition at line 403 of file modules.h.


Constructor & Destructor Documentation

+Definition at line 404 of file modules.h.

Constructor & Destructor Documentation

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

Definition at line 298 of file modules.cpp.

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

00299 {
 00300         file_cache c;
@@ -192,7 +192,7 @@ This method retrieves one line from the text file. If an empty non-NULL string i
 

Definition at line 321 of file modules.cpp.

-References fc. +References fc.

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

Definition at line 340 of file modules.cpp.

-References fc. +References fc.

00341 {
 00342         return fc.size();
@@ -276,7 +276,7 @@ References fc.
 

Definition at line 333 of file modules.cpp.

-References fc. +References fc.

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

Definition at line 309 of file modules.cpp.

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

00310 {
 00311         file_cache c;
@@ -350,14 +350,14 @@ References fc, and 
 
 

-Definition at line 405 of file modules.h. +Definition at line 406 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 Sun Apr 4 23:02:27 2004 for InspIRCd by +
Generated on Mon Apr 5 02:04:04 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3