IMPTypes.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /*
3  * This file is part of the libe-book project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
9 
10 #ifndef IMPTYPES_H_INCLUDED
11 #define IMPTYPES_H_INCLUDED
12 
13 #include <string>
14 
15 namespace libebook
16 {
17 
19 {
23 };
24 
26 {
27  IMPMetadata();
28 
29  std::string id;
30  std::string category;
31  std::string subcategory;
32  std::string title;
33  std::string lastName;
34  std::string middleName;
35  std::string firstName;
36 };
37 
38 }
39 
40 #endif // IMPTYPES_H_INCLUDED
41 
42 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
IMPColorMode
Definition: IMPTypes.h:18
std::string title
Definition: IMPTypes.h:32
Definition: IMPTypes.h:21
Definition: IMPTypes.h:25
Definition: IMPTypes.h:22
Definition: IMPTypes.h:20
std::string category
Definition: IMPTypes.h:30
std::string middleName
Definition: IMPTypes.h:34
Definition: CHMParser.cpp:20
std::string id
Definition: IMPTypes.h:29
std::string firstName
Definition: IMPTypes.h:35
IMPMetadata()
Definition: IMPTypes.cpp:15
std::string lastName
Definition: IMPTypes.h:33
std::string subcategory
Definition: IMPTypes.h:31

Generated for libe-book by doxygen 1.8.8