NUMParser.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 NUMPARSER_H_INCLUDED
11#define NUMPARSER_H_INCLUDED
12
13#include "libetonyek_utils.h"
14
15namespace libetonyek
16{
17
18class NUMCollector;
19class KEYXMLReader;
20
22{
23 // disable copying
26
27public:
29
30 bool parse();
31
32private:
33 void parseDocument(const KEYXMLReader &reader);
34
35private:
39};
40
41} // namespace libetonyek
42
43#endif // NUMPARSER_H_INCLUDED
44
45/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
RVNGInputStreamPtr_t input
Definition: EtonyekDocument.cpp:59
RVNGInputStreamPtr_t package
Definition: EtonyekDocument.cpp:60
Definition: KEYXMLReader.h:21
Definition: NUMCollector.h:19
Definition: NUMParser.h:22
RVNGInputStreamPtr_t m_package
Definition: NUMParser.h:37
NUMCollector * m_collector
Definition: NUMParser.h:38
bool parse()
Definition: NUMParser.cpp:30
NUMParser & operator=(const NUMParser &)
RVNGInputStreamPtr_t m_input
Definition: NUMParser.h:36
NUMParser(const NUMParser &)
void parseDocument(const KEYXMLReader &reader)
Definition: NUMParser.cpp:41
Definition: EtonyekDocument.cpp:41
boost::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr_t
Definition: libetonyek_utils.h:88

Generated for libetonyek by doxygen 1.9.3