|
denigma 4.0.0
|
Converter adapter for MUSX archive input to MNX JSON output. More...
#include <mnx.h>


Public Member Functions | |
| FormatId | sourceFormat () const override |
| Returns the source format accepted by this converter. | |
| FormatId | targetFormat () const override |
| Returns the target format produced by this converter. | |
| ConversionResult | convert (const IRandomAccessReader &input, std::ostream &output, const Options &options={}) const |
| Extracts a MUSX archive and writes MNX JSON to the provided stream. | |
| ConversionResult | convert (const IRandomAccessReader &input, std::ostream &output, const ConversionRequest &request={}) const override |
| Extracts a MUSX archive using type-erased registry options. | |
Public Member Functions inherited from denigma::IReaderConverter | |
| virtual | ~IReaderConverter ()=default |
| virtual destructor | |
Converter adapter for MUSX archive input to MNX JSON output.
|
overridevirtual |
Extracts a MUSX archive using type-erased registry options.
Implements denigma::IReaderConverter.
|
inlineoverridevirtual |
Returns the source format accepted by this converter.
Implements denigma::IReaderConverter.
|
inlineoverridevirtual |
Returns the target format produced by this converter.
Implements denigma::IReaderConverter.