Tag Parser  7.0.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Media::FieldMapBasedTag Class Reference

The FieldMapBasedTag provides a generic implementation of Tag which stores the tag fields using std::multimap. More...

#include <fieldbasedtag.h>

Detailed Description

The FieldMapBasedTag provides a generic implementation of Tag which stores the tag fields using std::multimap.

The FieldMapBasedTag class only provides the interface and common functionality. It is meant to be subclassed using CRTP pattern.

Remarks
This template class is intended to be subclassed using with the "Curiously recurring template pattern".

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