class final
#include <calculators.hpp>
v_1_0_0::TOCParser Format-independent parser for CD TOC metadata files.
Base classes
-
template<class ReaderType>class v_1_0_0::FileReaderProvider<MetadataParser>
- Base class for classes that create opaque readers.
Public functions
- auto parse(const std::string& metafilename) const -> std::unique_ptr<TOC>
- Parse the metadata file to a TOC object.
Function documentation
std::unique_ptr<TOC> arcsdec:: v_1_0_0:: TOCParser:: parse(const std::string& metafilename) const
Parse the metadata file to a TOC object.
Parameters | |
---|---|
metafilename in | Name of the metadatafile |
Returns | The parsed TOC |