OpenCPN Partial API docs
LoadError Class Reference

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
 

Detailed Description

Definition at line 110 of file plugin_loader.h.


The documentation for this class was generated from the following file: