Exiv2
Loading...
Searching...
No Matches
Exiv2::Internal::TiffPathItem Class Reference

A tuple consisting of extended Tag and group used as an item in TIFF paths. More...

#include <tiffcomposite_int.hpp>

Public Member Functions

Creators
constexpr TiffPathItem (uint32_t extendedTag, IfdId group)
 Constructor.

Accessors

uint16_t tag () const
 Return the tag corresponding to the extended tag.
uint32_t extendedTag () const
 Return the extended tag (32 bit so that it can contain special tags).
IfdId group () const
 Return the group.

Detailed Description

A tuple consisting of extended Tag and group used as an item in TIFF paths.

Constructor & Destructor Documentation

◆ TiffPathItem()

Exiv2::Internal::TiffPathItem::TiffPathItem ( uint32_t extendedTag,
IfdId group )
inlineconstexpr

Constructor.

References extendedTag(), and group().

Member Function Documentation

◆ extendedTag()

uint32_t Exiv2::Internal::TiffPathItem::extendedTag ( ) const
inlinenodiscard

Return the extended tag (32 bit so that it can contain special tags).

Referenced by Exiv2::Internal::TiffBinaryArray::doAddPath(), Exiv2::Internal::TiffDirectory::doAddPath(), and TiffPathItem().

◆ group()

◆ tag()

uint16_t Exiv2::Internal::TiffPathItem::tag ( ) const
inlinenodiscard

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