OpenCPN Partial API docs
Loading...
Searching...
No Matches
plugin_blacklist.cpp File Reference

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< AbstractBlacklistblacklist_factory ()
 

Detailed Description

Implement plugin_blacklist.h – blacklist for plugins which can or should not be loaded.

Definition in file plugin_blacklist.cpp.

Function Documentation

◆ blacklist_factory()

std::unique_ptr< AbstractBlacklist > blacklist_factory ( )

Definition at line 257 of file plugin_blacklist.cpp.