#include "types.hpp"
#include "makernote.hpp"
#include "tags.hpp"
#include <string>
#include <iosfwd>
#include <memory>
Include dependency graph for panasonicmn.hpp:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | Exiv2 |
Classes | |
class | Exiv2::PanasonicMakerNote |
MakerNote for Panasonic cameras. More... | |
struct | Exiv2::PanasonicMakerNote::RegisterMn |
IGNORE More... | |
Functions | |
MakerNote::AutoPtr | createPanasonicMakerNote (bool alloc, const byte *buf, long len, ByteOrder byteOrder, long offset) |
Return an auto-pointer to a newly created empty MakerNote initialized to operate in the memory management model indicated. The caller owns this copy and the auto-pointer ensures that it will be deleted. |
|
Return an auto-pointer to a newly created empty MakerNote initialized to operate in the memory management model indicated. The caller owns this copy and the auto-pointer ensures that it will be deleted.
|