Module list that has already loaded. More...
#include <ModuleManager.h>
Public Member Functions | |
DllPred (const char *filepath) | |
DllPred (const DLLEntity *dll) | |
bool | operator() (DLLEntity *dllentity) |
Private Attributes | |
std::string | m_filepath |
Module list that has already loaded.
Definition at line 687 of file ModuleManager.h.
RTC::ModuleManager::DllPred::DllPred | ( | const char * | filepath | ) | [inline] |
Definition at line 691 of file ModuleManager.h.
RTC::ModuleManager::DllPred::DllPred | ( | const DLLEntity * | dll | ) | [inline] |
Definition at line 692 of file ModuleManager.h.
bool RTC::ModuleManager::DllPred::operator() | ( | DLLEntity * | dllentity | ) | [inline] |
Definition at line 693 of file ModuleManager.h.
std::string RTC::ModuleManager::DllPred::m_filepath [private] |
Definition at line 689 of file ModuleManager.h.