EBOOKToken.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 EBOOKTOKEN_H_INCLUDED
11#define EBOOKTOKEN_H_INCLUDED
12
13namespace libebook
14{
15
16template<class Parser>
18{
19};
20
21class EBOOKHTMLParser;
22class EBOOKOPFParser;
23class EPubParser;
27
28template<>
30{
31 static const int FIRST_TOKEN = 1;
32 static const int LAST_TOKEN = FIRST_TOKEN + 1000;
33};
34
35template<>
37{
39 static const int LAST_TOKEN = FIRST_TOKEN + 1000;
40};
41
42template<>
44{
46 static const int LAST_TOKEN = FIRST_TOKEN + 1000;
47};
48
49template<>
51{
53 static const int LAST_TOKEN = FIRST_TOKEN + 1000;
54};
55
56template<>
58{
60 static const int LAST_TOKEN = FIRST_TOKEN + 1000;
61};
62
63template<>
65{
67 static const int LAST_TOKEN = FIRST_TOKEN + 1000;
68};
69
70}
71
72#endif // EBOOKTOKEN_H_INCLUDED
73
74/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: EBOOKHTMLParser.h:32
Definition: EBOOKOPFParser.h:21
Definition: EPubParser.h:19
Definition: FictionBook2Parser.h:20
Definition: FictionBook3Parser.h:21
Definition: RocketEBookParser.h:21
@ LAST_TOKEN
Definition: EBOOKHTMLToken.h:325
@ FIRST_TOKEN
Definition: EBOOKHTMLToken.h:24
Definition: BBeBCollector.cpp:19
Definition: EBOOKToken.h:18

Generated for libe-book by doxygen 1.9.3