#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.
cgaudi_pluginsvc_t registry
In-memory database of the loaded factories.
AttribStringParser::Iterator begin(const AttribStringParser &parser)
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 >= static_cast<int>(
factories.size() ) )
return {
self,
nullptr};
const FactoryMap & factories() const
Return the known factories (loading the list if not yet done).
In-memory database of the loaded factories.
AttribStringParser::Iterator begin(const AttribStringParser &parser)
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.