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 
15 namespace libetonyek
16 {
17 
18 class PAG1Parser;
19 class PAGCollector;
20 struct PAGDictionary;
21 
23 {
24  // not copyable
27 
28 public:
30 
33 
34 private:
37 };
38 
39 }
40 
41 #endif // PAG1PARSERSTATE_H_INCLUDED
42 
43 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
PAGCollector * getCollector()
Definition: PAG1ParserState.cpp:26
PAGDictionary & m_dict
Definition: PAG1ParserState.h:36
Definition: PAGCollector.h:20
PAGDictionary & getDictionary()
Definition: PAG1ParserState.cpp:31
Definition: PAGDictionary.h:18
PAG1ParserState(const PAG1ParserState &)
Definition: PAG1Parser.h:22
PAGCollector *const m_collector
Definition: PAG1ParserState.h:35
Definition: PAG1ParserState.h:22
Definition: IWORKXMLParserState.h:21
Definition: KEY1Token.h:49
PAG1ParserState & operator=(const PAG1ParserState &)

Generated for libetonyek by doxygen 1.8.5