Exiv2
samsungmn_int.hpp
Go to the documentation of this file.
1 // ***************************************************************** -*- C++ -*-
2 /*
3  * Copyright (C) 2004-2018 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  */
28 #ifndef SAMSUNGMN_INT_HPP_
29 #define SAMSUNGMN_INT_HPP_
30 
31 // *****************************************************************************
32 // included header files
33 #include "tags.hpp"
34 #include "types.hpp"
35 
36 // + standard includes
37 #include <string>
38 #include <iosfwd>
39 #include <memory>
40 
41 // *****************************************************************************
42 // namespace extensions
43 namespace Exiv2 {
44  namespace Internal {
45 
46 // *****************************************************************************
47 // class definitions
48 
51  public:
53  static const TagInfo* tagList();
55  static const TagInfo* tagListPw();
56 
57  private:
59  static const TagInfo tagInfo_[];
61  static const TagInfo tagInfoPw_[];
62 
63  }; // class Samsung2MakerNote
64 
65 }} // namespace Internal, Exiv2
66 
67 #endif // #ifndef SAMSUNGMN_INT_HPP_
Type definitions for Exiv2 and related functionality.
static const TagInfo * tagListPw()
Return read-only list of built-in PictureWizard tags.
Definition: samsungmn_int.cpp:200
Exif tag and type information.
MakerNote for Samsung cameras.
Definition: samsungmn_int.hpp:50
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of ...
Definition: asfvideo.hpp:36
static const TagInfo * tagList()
Return read-only list of built-in Samsung tags.
Definition: samsungmn_int.cpp:145
Tag information.
Definition: tags.hpp:82