23 #include "softwarecontainer-common.h" 25 #include <jsonparser.h> 50 for (json_t *item : m_content) {
66 std::vector<json_t *> m_content;
69 const std::string m_source;
virtual std::vector< json_t * > loadContent()=0
Loads the json content of the service manifest(s) based on the source sent to the constructor...
ServiceManifestLoader(const std::string &source)
Constructs a service manifest loader object and stores the source string.
Base class used for creating a service manifest loader.
virtual ~ServiceManifestLoader()
The destructor decref:s the json items in the stored content.
Developers guide to adding a config item: