Code::Blocks
SVN r11506
|
Classes | |
struct | RefCountedLib |
Typedefs | |
typedef std::map< wxString, RefCountedLib > | Libs |
Functions | |
wxDynamicLibrary * | LoadLibrary (const wxString &filename) |
void | RemoveLibrary (wxDynamicLibrary *lib) |
void | Cleanup () |
Variables | |
Libs | s_Libs |
typedef std::map<wxString, RefCountedLib> LibLoader::Libs |
Definition at line 100 of file pluginmanager.cpp.
|
inline |
Definition at line 145 of file pluginmanager.cpp.
References Manager::IsAppShuttingDown(), LibLoader::RefCountedLib::lib, and PluginManager::s_SafeMode.
Referenced by PluginManager::UnloadAllPlugins().
|
inline |
Definition at line 103 of file pluginmanager.cpp.
References wxDynamicLibrary::Load(), and LibLoader::RefCountedLib::RefCountedLib().
Referenced by DebuggerGDB::DebuggerGDB(), PluginManager::LoadPlugin(), and UsesCommonControls6().
|
inline |
Definition at line 120 of file pluginmanager.cpp.
References Manager::IsAppShuttingDown(), LibLoader::RefCountedLib::lib, and LibLoader::RefCountedLib::ref.
Referenced by PluginManager::LoadPlugin(), and PluginManager::UnloadPlugin().
Libs LibLoader::s_Libs |
Definition at line 101 of file pluginmanager.cpp.