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 108 of file plugin_loader.h.
|
strong |
Definition at line 110 of file plugin_loader.h.
|
inline |
Definition at line 122 of file plugin_loader.h.
|
inline |
Definition at line 125 of file plugin_loader.h.
const std::string LoadError::lib_path |
Definition at line 118 of file plugin_loader.h.
const SemanticVersion LoadError::plugin_version |
Definition at line 120 of file plugin_loader.h.