From 7455e1c881f12eaf3ec9658ac84add6b61b131a3 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 30 Mar 2003 18:38:07 +0000 Subject: Updated docs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@171 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classFileReader.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/module-doc/classFileReader.html') diff --git a/docs/module-doc/classFileReader.html b/docs/module-doc/classFileReader.html index 5d67044cd..b60532125 100644 --- a/docs/module-doc/classFileReader.html +++ b/docs/module-doc/classFileReader.html @@ -44,7 +44,7 @@ This class contains methods for read-only manipulation of a text file in memory.

-Definition at line 264 of file modules.h.


Constructor & Destructor Documentation

+Definition at line 297 of file modules.h.

Constructor & Destructor Documentation

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

Definition at line 186 of file modules.cpp.

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

00187 {
 00188         file_cache c;
@@ -191,7 +191,7 @@ This method returns the number of lines in the read file. If it is 0, no lines h
 

Definition at line 215 of file modules.cpp.

-References fc. +References fc.

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

Definition at line 208 of file modules.cpp.

-References fc. +References fc.

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

Definition at line 197 of file modules.cpp.

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

00198 {
 00199         file_cache c;
@@ -305,14 +305,14 @@ References fc, and 
 
 

-Definition at line 266 of file modules.h. +Definition at line 299 of file modules.h.

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


The documentation for this class was generated from the following files: -
Generated on Sun Mar 30 13:28:59 2003 for InspIRCd by +
Generated on Sun Mar 30 19:36:00 2003 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3