26#ifndef TAGLIB_MATROSKACHAPTEREDITION_H
27#define TAGLIB_MATROSKACHAPTEREDITION_H
41 using UID =
unsigned long long;
101 class ChapterEditionPrivate;
103 std::unique_ptr<ChapterEditionPrivate> d;
A byte vector.
Definition tbytevector.h:46
A generic, implicitly shared list.
Definition tlist.h:54
ChapterEdition(const ChapterEdition &other)
const List< Chapter > & chapterList() const
ChapterEdition & operator=(const ChapterEdition &other)
ChapterEdition(ChapterEdition &&other) noexcept
void swap(ChapterEdition &other) noexcept
unsigned long long UID
Unique identifier.
Definition matroskachapteredition.h:41
ChapterEdition(const List< Chapter > &chapterList, bool isDefault, bool isOrdered=false, UID uid=0)
ChapterEdition & operator=(ChapterEdition &&other) noexcept
A wide string class suitable for unicode.
Definition tstring.h:83
An implementation of Matroska metadata.
Definition matroskaattachedfile.h:32
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
#define TAGLIB_EXPORT
Definition taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition taglib_export.h:55