tifffwd_int.hpp File Reference

Internal TIFF parser related typedefs and forward definitions. More...

#include "types.hpp"
#include <memory>
#include <stack>
#include <vector>

Include dependency graph for tifffwd_int.hpp:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Namespaces

namespace  Exiv2
namespace  Exiv2::Internal

Typedefs

typedef void(TiffDecoder::* DecoderFct )(const TiffEntryBase *)
 Function pointer type for a TiffDecoder member function to decode a TIFF component.
typedef void(TiffEncoder::* EncoderFct )(TiffEntryBase *, const Exifdatum *)
 Function pointer type for a TiffDecoder member function to decode a TIFF component.
typedef DecoderFct(* FindDecoderFct )(const std::string &make, uint32_t extendedTag, uint16_t group)
 Type for a function pointer for a function to decode a TIFF component.
typedef EncoderFct(* FindEncoderFct )(const std::string &make, uint32_t extendedTag, uint16_t group)
 Type for a function pointer for a function to encode a TIFF component.
typedef std::auto_ptr< TiffComponent >(* NewTiffCompFct )(uint16_t tag, uint16_t group)
 Type for a function pointer for a function to create a TIFF component. Use TiffComponent::AutoPtr, it is not used in this declaration only to reduce dependencies.
typedef std::stack< TiffPathItem > TiffPath
 Stack to hold a path from the TIFF root element to a TIFF entry.
typedef std::vector< uint16_t > PrimaryGroups
 Type for a list of primary image groups.

Detailed Description

Internal TIFF parser related typedefs and forward definitions.

Version:
Rev
2045
Author:
Andreas Huggel (ahu) ahuggel@gmx.net
Date:
24-Jun-06, ahu: created

Generated on Tue Jun 1 09:57:33 2010 for Exiv2 by  doxygen 1.3.9.1