OpenCPN Partial API docs
|
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 |
Definition at line 111 of file plugin_loader.h.
|
strong |
Definition at line 113 of file plugin_loader.h.
|
inline |
Definition at line 125 of file plugin_loader.h.
|
inline |
Definition at line 128 of file plugin_loader.h.
const std::string LoadError::lib_path |
Definition at line 121 of file plugin_loader.h.
const SemanticVersion LoadError::plugin_version |
Definition at line 123 of file plugin_loader.h.