Exiv2::TiffDecoderInfo Struct Reference

TIFF decoder table for functions to decode special cases. More...

#include <tiffcomposite.hpp>

List of all members.

Public Member Functions

bool operator== (const Key &key) const
 Compare a TiffDecoderInfo with a TiffDecoderInfo::Key. The two are equal if TiffDecoderInfo::make_ equals a substring of the key of the same size. E.g., decoder info = "OLYMPUS", key = "OLYMPUS OPTICAL CO.,LTD" (found in the image) match, the extendedTag is Tag::all or equal to the extended tag of the key, and the group is equal to that of the key.

uint16_t tag () const
 Return the tag corresponding to the extended tag.


Public Attributes

const char * make_
 Camera make for which this decoder function applies.

uint32_t extendedTag_
 Tag (32 bit so that it can contain special tags).

uint16_t group_
 Group that contains the tag.

DecoderFct decoderFct_
 Decoder function for matching tags.


Detailed Description

TIFF decoder table for functions to decode special cases.


The documentation for this struct was generated from the following file:
Generated on Mon Mar 26 03:59:36 2007 for Exiv2 by doxygen 1.3.5