From 71e6de4b88c3d51bfa59fed44049a4d1ea6d26a1 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 29 Apr 2004 15:23:02 +0000 Subject: Documentation update for class 'Extensible' git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@749 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 26685712d..4089bf8d5 100644 --- a/docs/module-doc/classFileReader.html +++ b/docs/module-doc/classFileReader.html @@ -46,7 +46,7 @@ This class contains methods for read-only manipulation of a text file in memory.

-Definition at line 576 of file modules.h.


Constructor & Destructor Documentation

+Definition at line 578 of file modules.h.

Constructor & Destructor Documentation

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

Definition at line 391 of file modules.cpp.

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

00392 {
 00393         file_cache c;
@@ -193,7 +193,7 @@ Returns true if the file exists This function will return false if the file coul
 

Definition at line 414 of file modules.cpp.

-References fc. +References fc.

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

Definition at line 433 of file modules.cpp.

-References fc. +References fc.

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

Definition at line 426 of file modules.cpp.

-References fc. +References fc.

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

Definition at line 402 of file modules.cpp.

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

00403 {
 00404         file_cache c;
@@ -353,14 +353,14 @@ References fc, and 
 
 

-Definition at line 578 of file modules.h. +Definition at line 580 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 25 00:24:21 2004 for InspIRCd by +
Generated on Thu Apr 29 16:22:04 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3