#include "types.hpp"
#include <memory>
Include dependency graph for tifffwd.hpp:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | Exiv2 |
Typedefs | |
typedef void(TiffMetadataDecoder::* | DecoderFct )(const TiffEntryBase *) |
Function pointer type for a TiffMetadataDecoder member function to decode a TIFF component. | |
typedef const 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 std::auto_ptr< TiffComponent >(* | NewTiffCompFct )(uint16_t tag, const TiffStructure *ts) |
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::auto_ptr< TiffComponent >(* | TiffCompFactoryFct )(uint32_t extendedTag, uint16_t group) |
Type for a factory function to create new TIFF components. Use TiffComponent::AutoPtr, it is not used in this declaration only to reduce dependencies. |