#include "types.hpp"
#include <memory>
Namespaces | |
namespace | Exiv2 |
Typedefs | |
typedef void(TiffMetadataDecoder::* | Exiv2::DecoderFct )(const TiffEntryBase *) |
Function pointer type for a TiffMetadataDecoder member function to decode a TIFF component. | |
typedef DecoderFct(* | Exiv2::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 >(* | Exiv2::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 >(* | Exiv2::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. |