A plugin engine for plugins written in C++. More...
#include "../common/Exception.h"#include "../common/Library.h"#include "../common/LibraryManager.h"#include "../common/Logger.h"#include "../common/Translator.h"#include "../common/PlatformUtils.h"#include "CppPluginEngine.h"#include "CppPluginProxy.h"#include "Plugin.h"#include "PluginInfo.h"#include <algorithm>#include <cassert>#include <functional>#include <memory>#include <boost/filesystem.hpp>Go to the source code of this file.
A plugin engine for plugins written in C++.
Definition in file CppPluginEngine.cpp.