retdec
|
PluginMgr declaration which is singleton manager for plugin loading. More...
#include <cctype>
#include <map>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | retdec::unpackertool::PluginMgr |
The manager of unpacking plugins. More... | |
Namespaces | |
retdec | |
retdec::unpackertool | |
Generic unpacker. | |
Macros | |
#define | WILDCARD_ALL_VERSIONS "" |
Typedefs | |
using | retdec::unpackertool::PluginList = std::vector< Plugin * > |
Type for list of plugins. More... | |
PluginMgr declaration which is singleton manager for plugin loading.
#define WILDCARD_ALL_VERSIONS "" |