NUM1ParserState.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 NUM1PARSERSTATE_H_INCLUDED
11 #define NUM1PARSERSTATE_H_INCLUDED
12 
13 #include "IWORKXMLParserState.h"
14 
15 namespace libetonyek
16 {
17 
18 class NUM1Parser;
19 class NUMCollector;
20 struct NUM1Dictionary;
21 
23 {
24  // not copyable
27 
28 public:
30 
33 
34 private:
37 };
38 
39 }
40 
41 #endif // NUM1PARSERSTATE_H_INCLUDED
42 
43 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: KEY1Token.h:51
NUM1ParserState(const NUM1ParserState &)
Definition: NUMCollector.h:20
NUM1Dictionary & m_dict
Definition: NUM1ParserState.h:36
NUM1Dictionary & getDictionary()
Definition: NUM1ParserState.cpp:31
NUM1ParserState & operator=(const NUM1ParserState &)
NUMCollector & getCollector()
Definition: NUM1ParserState.cpp:26
Definition: NUM1Dictionary.h:18
NUMCollector & m_collector
Definition: NUM1ParserState.h:35
Definition: IWORKXMLParserState.h:31
Definition: NUM1Parser.h:22
Definition: NUM1ParserState.h:22

Generated for libetonyek by doxygen 1.8.6