28 #ifndef TAGLIB_MP4ATOM_H 29 #define TAGLIB_MP4ATOM_H 61 #ifndef DO_NOT_DOCUMENT 64 type(type), data(data) { }
79 Atom(
const Atom &) =
delete;
80 Atom &operator=(
const Atom &) =
delete;
81 Atom *find(
const char *name1,
const char *name2 =
nullptr,
const char *name3 =
nullptr,
const char *name4 =
nullptr);
82 bool path(AtomList &path,
const char *name1,
const char *name2 =
nullptr,
const char *name3 =
nullptr);
83 AtomList findall(
const char *name,
bool recursive =
false)
const;
85 void prependChild(Atom *atom);
86 bool removeChild(Atom *meta);
89 const ByteVector &name()
const;
90 const AtomList &children()
const;
95 std::unique_ptr<AtomPrivate> d;
104 Atoms(
const Atoms &) =
delete;
105 Atoms &operator=(
const Atoms &) =
delete;
106 Atom *find(
const char *name1,
const char *name2 =
nullptr,
const char *name3 =
nullptr,
const char *name4 =
nullptr)
const;
107 AtomList path(
const char *name1,
const char *name2 =
nullptr,
const char *name3 =
nullptr,
const char *name4 =
nullptr)
const;
108 bool checkRootLevelAtoms();
109 const AtomList &atoms()
const;
114 std::unique_ptr<AtomsPrivate> d;
116 #endif // DO_NOT_DOCUMENT A generic, implicitly shared list.
Definition: tlist.h:53
AtomDataType
Definition: mp4atom.h:37
A byte vector.
Definition: tbytevector.h:45
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
off_t offset_t
Definition: taglib.h:64
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41