plugify 1.2.8
|
Interface for parsing manifest files. More...
#include <manifest_parser.hpp>
Public Member Functions | |
virtual Result< Manifest > | Parse (const std::string &content, ExtensionType type)=0 |
Parse the manifest content from a string. | |
Interface for parsing manifest files.
Definition at line 13 of file manifest_parser.hpp.
|
pure virtual |
Parse the manifest content from a string.
content | The content of the manifest file as a string |
type | The manifest type |