From e53c7aa50c815761f84e0ba3a28c0e6e58dc025f Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 1 May 2004 12:43:49 +0000 Subject: Added Module::OnAccessCheck Added ListMode support git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@758 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classFileReader.html | 100 +++++++++++++++++------------------ 1 file changed, 50 insertions(+), 50 deletions(-) (limited to 'docs/module-doc/classFileReader.html') diff --git a/docs/module-doc/classFileReader.html b/docs/module-doc/classFileReader.html index aaabafca3..4d53881cf 100644 --- a/docs/module-doc/classFileReader.html +++ b/docs/module-doc/classFileReader.html @@ -37,7 +37,7 @@ Inheritance diagram for FileReader:
-Definition at line 578 of file modules.h.
This method initialises the class with a file loaded into it ready for GetLine and and other methods to be called. If the file could not be loaded, FileReader::FileSize returns 0.
-Definition at line 391 of file modules.cpp. +Definition at line 433 of file modules.cpp.
-References fc, and file_cache. +References fc, and file_cache.
-
00392 {
-00393 file_cache c;
-00394 readfile(c,filename.c_str());
-00395 this->fc = c;
-00396 }
+00434 {
+00435 file_cache c;
+00436 readfile(c,filename.c_str());
+00437 this->fc = c;
+00438 }
@@ -154,10 +154,10 @@ Default destructor.
This deletes the memory allocated to the file.
-Definition at line 410 of file modules.cpp.
+Definition at line 452 of file modules.cpp.
-
00411 {
-00412 }
+00453 {
+00454 }
@@ -191,20 +191,20 @@ Returns true if the file exists This function will return false if the file coul
-Definition at line 414 of file modules.cpp.
+Definition at line 456 of file modules.cpp.
-References fc.
+References fc.
-
00415 {
-00416 if (fc.size() == 0)
-00417 {
-00418 return(false);
-00419 }
-00420 else
-00421 {
-00422 return(true);
-00423 }
-00424 }
+00457 {
+00458 if (fc.size() == 0)
+00459 {
+00460 return(false);
+00461 }
+00462 else
+00463 {
+00464 return(true);
+00465 }
+00466 }
@@ -237,13 +237,13 @@ Returns the size of the file in lines.
This method returns the number of lines in the read file. If it is 0, no lines have been read into memory, either because the file is empty or it does not exist, or cannot be opened due to permission problems.
-Definition at line 433 of file modules.cpp.
+Definition at line 475 of file modules.cpp.
-References fc.
+References fc.
-
00434 {
-00435 return fc.size();
-00436 }
+00476 {
+00477 return fc.size();
+00478 }
@@ -277,15 +277,15 @@ Retrieve one line from the file.
This method retrieves one line from the text file. If an empty non-NULL string is returned, the index was out of bounds, or the line had no data on it.
-Definition at line 426 of file modules.cpp.
+Definition at line 468 of file modules.cpp.
-References fc.
+References fc.
-
00427 {
-00428 if ((x<0) || (x>fc.size()))
-00429 return "";
-00430 return fc[x];
-00431 }
+
@@ -319,15 +319,15 @@ Used to load a file.
This method loads a file into the class ready for GetLine and and other methods to be called. If the file could not be loaded, FileReader::FileSize returns 0.
-Definition at line 402 of file modules.cpp.
+Definition at line 444 of file modules.cpp.
-References fc, and file_cache.
+References fc, and file_cache.
-
00403 {
-00404 file_cache c;
-00405 readfile(c,filename.c_str());
-00406 this->fc = c;
-00407 }
+00445 {
+00446 file_cache c;
+00447 readfile(c,filename.c_str());
+00448 this->fc = c;
+00449 }
@@ -338,7 +338,7 @@ References fc, and
- file_cache FileReader::fc [private]
+ file_cache FileReader::fc [private]
@@ -353,14 +353,14 @@ References fc, and
-Definition at line 580 of file modules.h.
+Definition at line 650 of file modules.h.
-Referenced by Exists(), FileReader(), FileSize(), GetLine(), and LoadFile().
+Referenced by Exists(), FileReader(), FileSize(), GetLine(), and LoadFile().
The documentation for this class was generated from the following files:
-
Generated on Fri Apr 30 15:46:39 2004 for InspIRCd by
+
Generated on Sat May 1 13:39:17 2004 for InspIRCd by
1.3-rc3
--
cgit v1.3.1-10-gc9f91