From 2db0df5813e46fe5e077e014003acbd10698b913 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 20 Apr 2005 15:48:27 +0000 Subject: Added module message passing architecture git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1136 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classFileReader.html | 96 ++++++++++++++++++------------------ 1 file changed, 48 insertions(+), 48 deletions(-) (limited to 'docs/module-doc/classFileReader.html') diff --git a/docs/module-doc/classFileReader.html b/docs/module-doc/classFileReader.html index 27989604a..ffccc4d37 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 1033 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 908 of file modules.cpp. +Definition at line 979 of file modules.cpp.
-References fc, and file_cache. +References fc, and file_cache.
-
00909 {
-00910 file_cache c;
-00911 readfile(c,filename.c_str());
-00912 this->fc = c;
-00913 }
+00980 {
+00981 file_cache c;
+00982 readfile(c,filename.c_str());
+00983 this->fc = c;
+00984 }
@@ -155,10 +155,10 @@ Default destructor.
This deletes the memory allocated to the file.
-Definition at line 927 of file modules.cpp.
+Definition at line 998 of file modules.cpp.
-
00928 {
-00929 }
+00999 {
+01000 }
@@ -192,20 +192,20 @@ Returns true if the file exists This function will return false if the file coul
-Definition at line 931 of file modules.cpp.
+Definition at line 1002 of file modules.cpp.
-References fc.
+References fc.
-
00932 {
-00933 if (fc.size() == 0)
-00934 {
-00935 return(false);
-00936 }
-00937 else
-00938 {
-00939 return(true);
-00940 }
-00941 }
+01003 {
+01004 if (fc.size() == 0)
+01005 {
+01006 return(false);
+01007 }
+01008 else
+01009 {
+01010 return(true);
+01011 }
+01012 }
@@ -238,13 +238,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 950 of file modules.cpp.
+Definition at line 1021 of file modules.cpp.
-References fc.
+References fc.
-
00951 {
-00952 return fc.size();
-00953 }
+01022 {
+01023 return fc.size();
+01024 }
@@ -278,15 +278,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 943 of file modules.cpp.
+Definition at line 1014 of file modules.cpp.
-References fc.
+References fc.
-
00944 {
-00945 if ((x<0) || (x>fc.size()))
-00946 return "";
-00947 return fc[x];
-00948 }
+
@@ -320,15 +320,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 919 of file modules.cpp.
+Definition at line 990 of file modules.cpp.
-References fc, and file_cache.
+References fc, and file_cache.
-
00920 {
-00921 file_cache c;
-00922 readfile(c,filename.c_str());
-00923 this->fc = c;
-00924 }
+00991 {
+00992 file_cache c;
+00993 readfile(c,filename.c_str());
+00994 this->fc = c;
+00995 }
@@ -354,14 +354,14 @@ References fc, and
-Definition at line 1035 of file modules.h.
+Definition at line 1163 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 Sat Apr 16 18:57:17 2005 for InspIRCd by
+
Generated on Wed Apr 20 15:47:03 2005 for InspIRCd by
1.3.3
--
cgit v1.3.1-10-gc9f91