EBOOKHTMLTypes.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 EBOOKHTMLTYPES_H_INCLUDED
11
#define EBOOKHTMLTYPES_H_INCLUDED
12
13
#include <string>
14
15
#include <boost/optional.hpp>
16
17
namespace
libebook
18
{
19
20
struct
EBOOKHTMLMetadata
21
{
22
boost::optional<std::string>
title
;
23
24
EBOOKHTMLMetadata
();
25
};
26
27
}
28
29
#endif
// EBOOKHTMLTYPES_H_INCLUDED
30
31
/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
libebook
Definition
BBeBCollector.cpp:19
libebook::EBOOKHTMLMetadata
Definition
EBOOKHTMLTypes.h:21
libebook::EBOOKHTMLMetadata::EBOOKHTMLMetadata
EBOOKHTMLMetadata()
Definition
EBOOKHTMLTypes.cpp:15
libebook::EBOOKHTMLMetadata::title
boost::optional< std::string > title
Definition
EBOOKHTMLTypes.h:22
Generated for libe-book by
doxygen
1.9.8