40 template <
typename ValueType>
47 const Object &getObject(
void)
const;
53 std::string toString(
void)
const;
57 std::weak_ptr<PluginModule::Impl> _module;
66 template <
typename ValueType>
69 _object(
Object(std::forward<ValueType>(value)))
static const PluginModule & null(void)
A reference to a permanent empty module.
Definition: Module.hpp:24
#define POTHOS_API
Definition: Config.hpp:41
Plugin(void)
Create a null plugin.
Definition: ArchiveEntry.hpp:20
Definition: Object.hpp:47
Definition: Plugin.hpp:23