OpenCPN Partial API docs
|
Implement plugin_blacklist.h – blacklist for plugins which can or should not be loaded. More...
#include <algorithm>
#include <cctype>
#include <regex>
#include <unordered_map>
#include <vector>
#include <wx/translation.h>
#include <wx/log.h>
#include "model/plugin_blacklist.h"
#include "model/logger.h"
Go to the source code of this file.
Classes | |
struct | config_block |
Hardcoded representation of a blocked plugin. More... | |
struct | block |
Runtime representation of a plugin block. More... | |
class | PlugBlacklist |
Typedefs | |
typedef struct config_block | config_block |
Hardcoded representation of a blocked plugin. | |
typedef struct block | block |
Runtime representation of a plugin block. | |
Functions | |
std::unique_ptr< AbstractBlacklist > | blacklist_factory () |
Implement plugin_blacklist.h – blacklist for plugins which can or should not be loaded.
Definition in file plugin_blacklist.cpp.
std::unique_ptr< AbstractBlacklist > blacklist_factory | ( | ) |
Definition at line 257 of file plugin_blacklist.cpp.