PAG1ParserState.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 PAG1PARSERSTATE_H_INCLUDED
11 #define PAG1PARSERSTATE_H_INCLUDED
12 
13 #include "IWORKXMLParserState.h"
14 #include "PAGTypes.h"
15 
16 namespace libetonyek
17 {
18 
19 class PAG1Parser;
20 class PAGCollector;
21 struct PAG1Dictionary;
22 
24 {
25  // not copyable
28 
29 public:
31 
34 
35 public:
37 
38 private:
41 };
42 
43 }
44 
45 #endif // PAG1PARSERSTATE_H_INCLUDED
46 
47 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
libetonyek
Definition: IWORKBezierElement.cpp:21
libetonyek::PAG1ParserState::getCollector
PAGCollector & getCollector()
Definition: PAG1ParserState.cpp:27
libetonyek::PAG1ParserState
Definition: PAG1ParserState.h:24
libetonyek::PAGCollector
Definition: PAGCollector.h:24
PAGTypes.h
libetonyek::PAG1ParserState::PAG1ParserState
PAG1ParserState(const PAG1ParserState &)
libetonyek::PAG1Parser
Definition: PAG1Parser.h:23
libetonyek::IWORKXMLParserState
Definition: IWORKXMLParserState.h:32
libetonyek::PAG1ParserState::m_collector
PAGCollector & m_collector
Definition: PAG1ParserState.h:39
PAG1Dictionary.h
PAG1Parser.h
IWORKXMLParserState.h
libetonyek::PAG1ParserState::getDictionary
PAG1Dictionary & getDictionary()
Definition: PAG1ParserState.cpp:32
libetonyek::PAGFootnoteState
Definition: PAGTypes.h:38
libetonyek::PAG1ParserState::m_dict
PAG1Dictionary & m_dict
Definition: PAG1ParserState.h:40
libetonyek::KEY1Token::dict
@ dict
Definition: KEY1Token.h:51
m_dict
std::unordered_map< ID_t, std::deque< IWORKTableCell > > m_dict
Definition: IWORKTableInfoElement.cpp:357
libetonyek::PAG1ParserState::m_footnoteState
PAGFootnoteState m_footnoteState
Definition: PAG1ParserState.h:36
libetonyek::PAG1Dictionary
Definition: PAG1Dictionary.h:20
libetonyek::PAG1ParserState::operator=
PAG1ParserState & operator=(const PAG1ParserState &)
PAG1ParserState.h
m_collector
IWORKCollector & m_collector
Definition: IWORKRecorder.cpp:342
PAGCollector.h

Generated for libetonyek by doxygen 1.8.20