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 NUMDictionary;
21 
22 class NUM1Parser: public IWORKParser
23 {
24 public:
26  virtual ~NUM1Parser();
27 
28 private:
30  virtual const IWORKTokenizer &getTokenizer() const;
31 
32 private:
34 };
35 
36 } // namespace libetonyek
37 
38 #endif // NUM1PARSER_H_INCLUDED
39 
40 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
NUM1Parser(const RVNGInputStreamPtr_t &input, const RVNGInputStreamPtr_t &package, NUMCollector *collector, NUMDictionary *dict)
Definition: NUM1Parser.cpp:380
Definition: IWORKParser.h:23
Definition: NUMDictionary.h:18
Definition: NUMCollector.h:20
NUM1ParserState m_state
Definition: NUM1Parser.h:33
virtual IWORKXMLContextPtr_t createDocumentContext()
Definition: NUM1Parser.cpp:390
boost::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
virtual ~NUM1Parser()
Definition: NUM1Parser.cpp:386
RVNGInputStreamPtr_t package
Definition: EtonyekDocument.cpp:67
Definition: KEY1Token.h:49
boost::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr_t
Definition: libetonyek_utils.h:99
Definition: IWORKTokenizer.h:16
RVNGInputStreamPtr_t input
Definition: EtonyekDocument.cpp:66
Definition: NUM1Parser.h:22
Definition: NUM1ParserState.h:22
virtual const IWORKTokenizer & getTokenizer() const
Definition: NUM1Parser.cpp:395

Generated for libetonyek by doxygen 1.8.5