#include <stdint.h>
Go to the source code of this file.
Definition at line 55 of file capi_pluginservice.cpp.
57 Registry ® = Registry::instance();
const FactoryInfo & getInfo(const std::string &id) const
Retrieve the FactoryInfo object for an id.
In-memory database of the loaded factories.
Definition at line 34 of file capi_pluginservice.cpp.
36 Registry ® = Registry::instance();
const FactoryInfo & getInfo(const std::string &id) const
Retrieve the FactoryInfo object for an id.
In-memory database of the loaded factories.
Definition at line 71 of file capi_pluginservice.cpp.
74 Registry ® = Registry::instance();
const FactoryInfo & getInfo(const std::string &id) const
Retrieve the FactoryInfo object for an id.
auto begin(reverse_wrapper< T > &w)
cgaudi_pluginsvc_t registry
In-memory database of the loaded factories.
Definition at line 62 of file capi_pluginservice.cpp.
64 Registry ® = Registry::instance();
const FactoryInfo & getInfo(const std::string &id) const
Retrieve the FactoryInfo object for an id.
In-memory database of the loaded factories.
Definition at line 48 of file capi_pluginservice.cpp.
50 Registry ® = Registry::instance();
const FactoryInfo & getInfo(const std::string &id) const
Retrieve the FactoryInfo object for an id.
In-memory database of the loaded factories.
Definition at line 41 of file capi_pluginservice.cpp.
43 Registry ® = Registry::instance();
const FactoryInfo & getInfo(const std::string &id) const
Retrieve the FactoryInfo object for an id.
In-memory database of the loaded factories.
Definition at line 24 of file capi_pluginservice.cpp.
29 return {
self,
nullptr};
auto begin(reverse_wrapper< T > &w)
const FactoryMap & factories() const
Return the known factories (loading the list if not yet done).
In-memory database of the loaded factories.
Definition at line 10 of file capi_pluginservice.cpp.
12 static Registry& cxxreg = Registry::instance();
13 return { (
void*)(&cxxreg) };
In-memory database of the loaded factories.
Definition at line 88 of file capi_pluginservice.cpp.
90 Registry ® = Registry::instance();
const FactoryInfo & getInfo(const std::string &id) const
Retrieve the FactoryInfo object for an id.
In-memory database of the loaded factories.