NUM1Token.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 libetonyek 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 NUM1TOKEN_H_INCLUDED
11 #define NUM1TOKEN_H_INCLUDED
12 
13 #include <boost/static_assert.hpp>
14 
15 #include "IWORKTokenInfo.h"
16 
17 namespace libetonyek
18 {
19 
20 class IWORKTokenizer;
21 
22 namespace NUM1Token
23 {
24 
25 enum
26 {
29 
30  // namespace prefixes
31  ls,
32 
33  // elements
40 
41  // attributes
43 
44  // attribute values
46 
48 };
49 
51 
53 {
54  NS_URI_LS = ls << 16
55 };
56 
58 
59 }
60 
61 }
62 
63 #endif // NUM1TOKEN_H_INCLUDED
64 
65 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKBezierElement.cpp:20
Definition: NUM1Token.h:31
Definition: NUM1Token.h:47
Definition: IWORKTokenInfo.h:17
BOOST_STATIC_ASSERT(IWORKTokenInfo< NUM1Parser >::last >=LAST_TOKEN)
Definition: NUM1Token.h:54
Definition: NUM1Token.h:36
Definition: NUM1Token.h:35
Definition: NUM1Token.h:42
const IWORKTokenizer & getTokenizer()
Definition: NUM1Token.cpp:57
Definition: NUM1Token.h:28
Namespace
Definition: NUM1Token.h:52
Definition: NUM1Token.h:45
Definition: NUM1Token.h:38
Definition: NUM1Token.h:34
Definition: NUM1Token.h:37
Definition: IWORKTokenizer.h:16
Definition: NUM1Token.h:27
Definition: NUM1Token.h:39

Generated for libetonyek by doxygen 1.8.13