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: */
Definition: KEY1Token.h:51
Definition: PAG1Dictionary.h:19
Definition: PAGCollector.h:23
PAGCollector & m_collector
Definition: PAG1ParserState.h:39
Definition: PAGTypes.h:37
PAG1ParserState(const PAG1ParserState &)
Definition: PAG1Parser.h:22
Definition: PAG1ParserState.h:23
Definition: IWORKXMLParserState.h:31
PAGFootnoteState m_footnoteState
Definition: PAG1ParserState.h:36
PAG1Dictionary & m_dict
Definition: PAG1ParserState.h:40
PAG1Dictionary & getDictionary()
Definition: PAG1ParserState.cpp:32
PAG1ParserState & operator=(const PAG1ParserState &)
PAGCollector & getCollector()
Definition: PAG1ParserState.cpp:27

Generated for libetonyek by doxygen 1.8.6