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: */
NUM1Parser.h
libetonyek
Definition: IWORKBezierElement.cpp:21
NUM1Dictionary.h
libetonyek::NUM1ParserState
Definition: NUM1ParserState.h:23
libetonyek::NUM1ParserState::NUM1ParserState
NUM1ParserState(const NUM1ParserState &)
libetonyek::KEY1Token::dict
@ dict
Definition: KEY1Token.h:51
libetonyek::NUM1ParserState::getDictionary
NUM1Dictionary & getDictionary()
Definition: NUM1ParserState.cpp:31
libetonyek::NUM1Parser
Definition: NUM1Parser.h:23
libetonyek::NUM1ParserState::operator=
NUM1ParserState & operator=(const NUM1ParserState &)
libetonyek::NUM1ParserState::m_dict
NUM1Dictionary & m_dict
Definition: NUM1ParserState.h:36
libetonyek::IWORKXMLParserState
Definition: IWORKXMLParserState.h:32
libetonyek::NUM1ParserState::getCollector
NUMCollector & getCollector()
Definition: NUM1ParserState.cpp:26
libetonyek::NUM1ParserState::m_collector
NUMCollector & m_collector
Definition: NUM1ParserState.h:35
libetonyek::NUM1Dictionary
Definition: NUM1Dictionary.h:19
NUMCollector.h
libetonyek::NUMCollector
Definition: NUMCollector.h:21
IWORKXMLParserState.h
NUM1ParserState.h
m_dict
std::unordered_map< ID_t, std::deque< IWORKTableCell > > m_dict
Definition: IWORKTableInfoElement.cpp:357
m_collector
IWORKCollector & m_collector
Definition: IWORKRecorder.cpp:342

Generated for libetonyek by doxygen 1.8.20