SoftBookTypes.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 SOFTBOOKTYPES_H_INCLUDED
11 #define SOFTBOOKTYPES_H_INCLUDED
12 
13 #include <string>
14 
15 namespace libebook
16 {
17 
19 {
23 };
24 
26 {
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 // SOFTBOOKTYPES_H_INCLUDED
41 
42 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
std::string title
Definition: SoftBookTypes.h:32
std::string firstName
Definition: SoftBookTypes.h:35
std::string id
Definition: SoftBookTypes.h:29
Definition: SoftBookTypes.h:21
Definition: SoftBookTypes.h:25
std::string category
Definition: SoftBookTypes.h:30
Definition: SoftBookTypes.h:20
SoftBookColorMode
Definition: SoftBookTypes.h:18
std::string middleName
Definition: SoftBookTypes.h:34
SoftBookMetadata()
Definition: SoftBookTypes.cpp:15
std::string lastName
Definition: SoftBookTypes.h:33
Definition: BBeBCollector.cpp:18
Definition: SoftBookTypes.h:22
std::string subcategory
Definition: SoftBookTypes.h:31

Generated for libe-book by doxygen 1.8.14