Exiv2
Loading...
Searching...
No Matches
fujimn_int.hpp
1// SPDX-License-Identifier: GPL-2.0-or-later
2
3#ifndef FUJIMN_INT_HPP_
4#define FUJIMN_INT_HPP_
5
6// *****************************************************************************
7// included header files
8#include "tags.hpp"
9
10// *****************************************************************************
11// namespace extensions
12namespace Exiv2::Internal {
13// *****************************************************************************
14// class definitions
15
18 public:
20 static const TagInfo* tagList();
21
22 private:
24 static const TagInfo tagInfo_[];
25}; // class FujiMakerNote
26
27} // namespace Exiv2::Internal
28
29#endif // #ifndef FUJIMN_INT_HPP_
MakerNote for Fujifilm cameras.
Definition fujimn_int.hpp:17
static const TagInfo * tagList()
Return read-only list of built-in Fujifilm tags.
Definition fujimn_int.cpp:565
Helper structure for the Matroska tags lookup table.
Definition matroskavideo.hpp:39
Tag information.
Definition tags.hpp:224