OpenCPN Partial API docs
|
Error condition when loading a plugin. More...
#include <plugin_loader.h>
Public Types | |
enum class | Type { Unloadable , Unreadable , Incompatible , NoCreate , NoDestroy , Blacklisted } |
Public Member Functions | |
LoadError (Type t, const std::string &l, SemanticVersion pv) | |
LoadError (Type t, std::string l) | |
Public Attributes | |
enum LoadError::Type | type |
const std::string | lib_path |
const SemanticVersion | plugin_version |
Error condition when loading a plugin.
Definition at line 109 of file plugin_loader.h.
|
strong |
Definition at line 111 of file plugin_loader.h.
|
inline |
Definition at line 123 of file plugin_loader.h.
|
inline |
Definition at line 126 of file plugin_loader.h.
const std::string LoadError::lib_path |
Definition at line 119 of file plugin_loader.h.
const SemanticVersion LoadError::plugin_version |
Definition at line 121 of file plugin_loader.h.