|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::CAsyncFileManager Class ReferenceCAsyncFileManager is a class that manage file loading in a seperate thread.
More...
#include <async_file_manager.h>
Inheritance diagram for NLMISC::CAsyncFileManager:
List of all members.
Detailed Description
CAsyncFileManager is a class that manage file loading in a seperate thread.
-
Author:
-
Matthieu Besson , Nevrax France
-
Date:
-
2002
Definition at line 41 of file async_file_manager.h.
Constructor & Destructor Documentation
NLMISC::CAsyncFileManager::CAsyncFileManager |
( |
|
) |
[private] |
|
Member Function Documentation
void NLMISC::CAsyncFileManager::addLoadTask |
( |
IRunnable * |
ploadTask |
) |
|
|
bool NLMISC::CAsyncFileManager::cancelLoadTask |
( |
const ICancelCallback & |
cancelCallBack |
) |
|
|
void NLMISC::CAsyncFileManager::cancelSignal |
( |
bool * |
pSgn |
) |
|
|
CAsyncFileManager & NLMISC::CAsyncFileManager::getInstance |
( |
|
) |
[static] |
|
void NLMISC::CAsyncFileManager::loadFile |
( |
const std::string & |
fileName, |
|
|
uint8 ** |
pPtr |
|
) |
|
|
void NLMISC::CAsyncFileManager::loadFiles |
( |
const std::vector< std::string > & |
vFileNames, |
|
|
const std::vector< uint8 ** > & |
vPtrs |
|
) |
|
|
void NLMISC::CAsyncFileManager::signal |
( |
bool * |
pSgn |
) |
|
|
void NLMISC::CAsyncFileManager::terminate |
( |
|
) |
[static] |
|
Member Data Documentation
CAsyncFileManager * NLMISC::CAsyncFileManager::_Singleton = NULL [static, private]
|
|
The documentation for this class was generated from the following files:
|
|