NUM1Parser.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 NUM1PARSER_H_INCLUDED
11 #define NUM1PARSER_H_INCLUDED
12 
13 #include "IWORKParser.h"
14 #include "NUM1ParserState.h"
15 
16 namespace libetonyek
17 {
18 
19 class NUMCollector;
20 struct NUM1Dictionary;
21 
22 class NUM1Parser: public IWORKParser
23 {
24 public:
25  NUM1Parser(const RVNGInputStreamPtr_t &input, const RVNGInputStreamPtr_t &package, NUMCollector &collector, NUM1Dictionary *dict);
26  ~NUM1Parser() override;
27 
28 private:
31  const IWORKTokenizer &getTokenizer() const override;
32 
33 private:
35 };
36 
37 } // namespace libetonyek
38 
39 #endif // NUM1PARSER_H_INCLUDED
40 
41 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKParser.h:23
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
Definition: KEY1Token.h:51
Definition: NUMCollector.h:20
IWORKXMLContextPtr_t createDocumentContext() override
Definition: NUM1Parser.cpp:602
NUM1ParserState m_state
Definition: NUM1Parser.h:34
Definition: NUM1Dictionary.h:18
IWORKXMLContextPtr_t createDiscardContext() override
Definition: NUM1Parser.cpp:607
std::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr_t
Definition: libetonyek_utils.h:82
~NUM1Parser() override
Definition: NUM1Parser.cpp:598
NUM1Parser(const RVNGInputStreamPtr_t &input, const RVNGInputStreamPtr_t &package, NUMCollector &collector, NUM1Dictionary *dict)
Definition: NUM1Parser.cpp:592
Definition: IWORKTokenizer.h:16
const IWORKTokenizer & getTokenizer() const override
Definition: NUM1Parser.cpp:612
Definition: NUM1Parser.h:22
Definition: NUM1ParserState.h:22

Generated for libetonyek by doxygen 1.8.6