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 110 of file plugin_loader.h.