Exiv2
fujimn_int.hpp
1 // ***************************************************************** -*- C++ -*-
2 /*
3  * Copyright (C) 2004-2021 Exiv2 authors
4  * This program is part of the Exiv2 distribution.
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License
8  * as published by the Free Software Foundation; either version 2
9  * of the License, or (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA.
19  */
20 
21 #ifndef FUJIMN_INT_HPP_
22 #define FUJIMN_INT_HPP_
23 
24 // *****************************************************************************
25 // included header files
26 #include "tags.hpp"
27 #include "types.hpp"
28 
29 // *****************************************************************************
30 // namespace extensions
31 namespace Exiv2 {
32  namespace Internal {
33 
34 // *****************************************************************************
35 // class definitions
36 
38  class FujiMakerNote {
39  public:
41  static const TagInfo* tagList();
42 
43  private:
45  static const TagInfo tagInfo_[];
46 
47  }; // class FujiMakerNote
48 
49 }} // namespace Internal, Exiv2
50 
51 #endif // #ifndef FUJIMN_INT_HPP_
MakerNote for Fujifilm cameras.
Definition: fujimn_int.hpp:38
static const TagInfo * tagList()
Return read-only list of built-in Fujifilm tags.
Definition: fujimn_int.cpp:390
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of ...
Definition: asfvideo.hpp:36
Tag information.
Definition: tags.hpp:74