From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02527.html | 149 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 docs/doxygen/nel/a02527.html (limited to 'docs/doxygen/nel/a02527.html') diff --git a/docs/doxygen/nel/a02527.html b/docs/doxygen/nel/a02527.html new file mode 100644 index 00000000..d97a917f --- /dev/null +++ b/docs/doxygen/nel/a02527.html @@ -0,0 +1,149 @@ + + +NeL: NLMISC::CFileEntry struct Reference + + + +
+

NLMISC::CFileEntry Struct Reference

+ + + + + + + + + + + +

Public Member Functions

 CFileEntry (const string &filename, void(*callback)(const string &filename))

Data Fields

void(* Callback )(const string &filename)
string FileName
uint32 LastModified
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLMISC::CFileEntry::CFileEntry const string &  filename,
void(*  callback)(const string &filename)
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 1538 of file path.cpp. +

+References NLMISC::FileToCheck. +

+

01538                                                                                       : FileName (filename), Callback (callback)
+01539         {
+01540                 LastModified = CFile::getFileModificationDate(filename);
+01541         }
+
+


Field Documentation

+

+ + + + +
+ + +
void(* NLMISC::CFileEntry::Callback)(const string &filename) +
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + +
string NLMISC::CFileEntry::FileName +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1542 of file path.cpp.

+

+ + + + +
+ + +
uint32 NLMISC::CFileEntry::LastModified +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1544 of file path.cpp.

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 13:13:04 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1