#include <stdint.h>
Go to the source code of this file.
Definition at line 47 of file capi_pluginservice.cpp.
49 Registry& reg = 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 29 of file capi_pluginservice.cpp.
31 Registry& reg = 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 60 of file capi_pluginservice.cpp.
63 Registry& reg = 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 53 of file capi_pluginservice.cpp.
55 Registry& reg = 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& reg = 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 35 of file capi_pluginservice.cpp.
37 Registry& reg = 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 21 of file capi_pluginservice.cpp.
25 if (
n >= (
int)
factories.size() )
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 9 of file capi_pluginservice.cpp.
11 static Registry& cxxreg = Registry::instance();
12 return {(
void*)( &cxxreg )};
In-memory database of the loaded factories.
Definition at line 71 of file capi_pluginservice.cpp.
73 Registry& reg = Registry::instance();
const FactoryInfo & getInfo(const std::string &id) const
Retrieve the FactoryInfo object for an id.
In-memory database of the loaded factories.