plugify 1.2.8
Loading...
Searching...
No Matches
Public Member Functions | List of all members
plugify::IManifestParser Class Referenceabstract

Interface for parsing manifest files. More...

#include <manifest_parser.hpp>

Public Member Functions

virtual Result< ManifestParse (const std::string &content, ExtensionType type)=0
 Parse the manifest content from a string.
 

Detailed Description

Interface for parsing manifest files.

Definition at line 13 of file manifest_parser.hpp.

Member Function Documentation

◆ Parse()

virtual Result< Manifest > plugify::IManifestParser::Parse ( const std::string &  content,
ExtensionType  type 
)
pure virtual

Parse the manifest content from a string.

Parameters
contentThe content of the manifest file as a string
typeThe manifest type
Returns
A Result containing the parsed Manifest or an error

The documentation for this class was generated from the following file: