From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- ..._1_1CAsyncFileManager_1_1CMultipleFileLoad.html | 221 +++++++++++++++++++++ 1 file changed, 221 insertions(+) create mode 100644 docs/doxygen/nel/classNLMISC_1_1CAsyncFileManager_1_1CMultipleFileLoad.html (limited to 'docs/doxygen/nel/classNLMISC_1_1CAsyncFileManager_1_1CMultipleFileLoad.html') diff --git a/docs/doxygen/nel/classNLMISC_1_1CAsyncFileManager_1_1CMultipleFileLoad.html b/docs/doxygen/nel/classNLMISC_1_1CAsyncFileManager_1_1CMultipleFileLoad.html new file mode 100644 index 00000000..06a0860b --- /dev/null +++ b/docs/doxygen/nel/classNLMISC_1_1CAsyncFileManager_1_1CMultipleFileLoad.html @@ -0,0 +1,221 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLMISC::CAsyncFileManager::CMultipleFileLoad Class Reference

Inheritance diagram for NLMISC::CAsyncFileManager::CMultipleFileLoad: +

+ +NLMISC::IRunnable + +List of all members. + + + + + + +

Public Methods

 CMultipleFileLoad (const std::vector< std::string > &vFileNames, const std::vector< uint8 ** > &vPtrs)
void run (void)

Private Attributes

std::vector< std::string > _FileNames
std::vector< uint8 ** > _Ptrs
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLMISC::CAsyncFileManager::CMultipleFileLoad::CMultipleFileLoad const std::vector< std::string > &   vFileNames,
const std::vector< uint8 ** > &   vPtrs
+
+ + + + + +
+   + + +

+ +

+Definition at line 234 of file async_file_manager.cpp. +

+References _FileNames, and _Ptrs.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NLMISC::CAsyncFileManager::CMultipleFileLoad::run void   [virtual]
+
+ + + + + +
+   + + +

+ +

+Implements NLMISC::IRunnable. +

+Definition at line 242 of file async_file_manager.cpp. +

+References _FileNames, _Ptrs, NLMISC::nlSleep, and nlwarning.

+


Member Data Documentation

+

+ + + + +
+ + +
std::vector<std::string> NLMISC::CAsyncFileManager::CMultipleFileLoad::_FileNames [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 100 of file async_file_manager.h. +

+Referenced by CMultipleFileLoad, and run.

+

+ + + + +
+ + +
std::vector<uint8**> NLMISC::CAsyncFileManager::CMultipleFileLoad::_Ptrs [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 101 of file async_file_manager.h. +

+Referenced by CMultipleFileLoad, and run.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1