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 
13 namespace libebook
14 {
15 
16 template<class Parser>
17 struct EBOOKToken
18 {
19 };
20 
21 class EBOOKHTMLParser;
22 class EBOOKOPFParser;
23 class EPUBParser;
24 class FB2Parser;
25 class RBParser;
26 
27 template<>
29 {
30  static const int FIRST_TOKEN = 1;
31  static const int LAST_TOKEN = FIRST_TOKEN + 1000;
32 };
33 
34 template<>
36 {
38  static const int LAST_TOKEN = FIRST_TOKEN + 1000;
39 };
40 
41 template<>
43 {
45  static const int LAST_TOKEN = FIRST_TOKEN + 1000;
46 };
47 
48 template<>
50 {
52  static const int LAST_TOKEN = FIRST_TOKEN + 1000;
53 };
54 
55 template<>
57 {
59  static const int LAST_TOKEN = FIRST_TOKEN + 1000;
60 };
61 
62 }
63 
64 #endif // EBOOKTOKEN_H_INCLUDED
65 
66 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: EBOOKHTMLParser.h:31
Definition: EBOOKToken.h:17
Definition: RBParser.h:20
Definition: EPUBParser.h:18
Definition: FB2Parser.h:19
Definition: CHMParser.cpp:20
Definition: EBOOKHTMLToken.h:327
Definition: EBOOKHTMLToken.h:26
Definition: EBOOKOPFParser.h:20

Generated for libe-book by doxygen 1.8.8