23 std::vector<std::string>
getTags()
const;
29 std::shared_ptr<TemplateManifestImpl>
d;
std::vector< std::string > getTags() const
Definition: templatemanifest.cpp:58
std::shared_ptr< TemplateManifestImpl > d
Definition: templatemanifest.h:28
TemplateManifest()
Definition: templatemanifest.cpp:41
Definition: templatemanifest.cpp:15
std::string getLicense() const
Definition: templatemanifest.cpp:68
TemplateManifest & operator=(const TemplateManifest &)=default
std::vector< std::string > getAuthors() const
Definition: templatemanifest.cpp:63
The TemplateManifest class represents the metadata for a task template.
Definition: templatemanifest.h:13
~TemplateManifest()
Definition: templatemanifest.cpp:49
std::string getName() const
Definition: templatemanifest.cpp:53