#include "types.hpp"
#include "makernote.hpp"
#include "tags.hpp"
#include <string>
#include <iosfwd>
#include <memory>
Include dependency graph for nikonmn.hpp:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | Exiv2 |
Classes | |
class | Exiv2::Nikon1MakerNote |
A MakerNote format used by Nikon cameras, such as the E990 and D1. More... | |
struct | Exiv2::Nikon1MakerNote::RegisterMn |
IGNORE More... | |
class | Exiv2::Nikon2MakerNote |
A second MakerNote format used by Nikon cameras, including the E700, E800, E900, E900S, E910, E950. More... | |
struct | Exiv2::Nikon2MakerNote::RegisterMn |
IGNORE More... | |
class | Exiv2::Nikon3MakerNote |
A third MakerNote format used by Nikon cameras, e.g., E5400, SQ, D2H, D70. More... | |
struct | Exiv2::Nikon3MakerNote::RegisterMn |
IGNORE More... | |
Functions | |
MakerNote::AutoPtr | createNikonMakerNote (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. |
Gilles Caulier (gc) caulier dot gilles at kdemail dot net
|
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.
|