|
|
@ -236,12 +236,6 @@ struct EXIV2API TagInfo {
|
|
|
|
//! Access to Exif group and tag lists and misc. tag reference methods, implemented as a static class.
|
|
|
|
//! Access to Exif group and tag lists and misc. tag reference methods, implemented as a static class.
|
|
|
|
class EXIV2API ExifTags {
|
|
|
|
class EXIV2API ExifTags {
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
~ExifTags() = delete;
|
|
|
|
|
|
|
|
//! Prevent copy-construction: not implemented.
|
|
|
|
|
|
|
|
ExifTags(const ExifTags&) = delete;
|
|
|
|
|
|
|
|
//! Prevent assignment: not implemented.
|
|
|
|
|
|
|
|
ExifTags& operator=(const ExifTags&) = delete;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//! Return read-only list of built-in groups
|
|
|
|
//! Return read-only list of built-in groups
|
|
|
|
static const GroupInfo* groupList();
|
|
|
|
static const GroupInfo* groupList();
|
|
|
|
//! Return read-only list of built-in \em groupName tags.
|
|
|
|
//! Return read-only list of built-in \em groupName tags.
|
|
|
|