26#ifndef TAGLIB_MATROSKACHAPTEREDITION_H
27#define TAGLIB_MATROSKACHAPTEREDITION_H
41 using UID =
unsigned long long;
47 bool isDefault,
bool isOrdered =
false,
UID uid = 0);
101 class ChapterEditionPrivate;
103 std::unique_ptr<ChapterEditionPrivate> d;
A generic, implicitly shared list.
Definition tlist.h:54
Edition of chapters.
Definition matroskachapteredition.h:38
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 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