#include <makernote2.hpp>

Static Public Member Functions | |
| static TiffComponent * | create (uint16_t tag, uint16_t group, const std::string &make, const byte *pData, uint32_t size, ByteOrder byteOrder) |
| Create the Makernote for camera make and details from the makernote entry itself if needed. Return a pointer to the newly created TIFF component. Set tag and group of the new component to tag and group. | |
Protected Member Functions | |
| ~TiffMnCreator () | |
| Prevent destruction (needed if used as a policy class). | |
| static TiffComponent* Exiv2::TiffMnCreator::create | ( | uint16_t | tag, | |
| uint16_t | group, | |||
| const std::string & | make, | |||
| const byte * | pData, | |||
| uint32_t | size, | |||
| ByteOrder | byteOrder | |||
| ) | [static] |
Create the Makernote for camera make and details from the makernote entry itself if needed. Return a pointer to the newly created TIFF component. Set tag and group of the new component to tag and group.
1.5.4