25    PluginKey(std::string_view library, std::string_view identifier);
 
   27    std::string_view 
get()           const noexcept { 
return key_; }
 
 
Identifier for a plugin uniquely within the scope of the current system.
Definition PluginKey.hpp:17
 
PluginKey(const char *key)
 
PluginKey(std::string_view library, std::string_view identifier)
 
PluginKey(std::string_view key)
 
std::string_view get() const noexcept
Definition PluginKey.hpp:27
 
PluginKey(std::string key)
 
std::string_view getLibrary() const noexcept
 
std::string_view getIdentifier() const noexcept
 
Definition hostsdk.hpp:12