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

Generated for libetonyek by doxygen 1.13.2