KEY1XMLContextBase.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 KEY1XMLCONTEXTBASE_H_INCLUDED
11 #define KEY1XMLCONTEXTBASE_H_INCLUDED
12 
13 #include "IWORKXMLContextBase.h"
14 
15 namespace libetonyek
16 {
17 
18 class KEY1ParserState;
19 class KEYCollector;
20 
21 template<class Base>
22 class KEY1XMLContextBase : public IWORKXMLContextBase<Base, KEY1ParserState, KEYCollector>
23 {
25 
26 public:
28  : Parent_t(state)
29  {
30  }
31 
32  template<typename T>
34  : Parent_t(state, a)
35  {
36  }
37 };
38 
43 
44 }
45 
46 #endif // KEY1XMLCONTEXTBASE_H_INCLUDED
47 
48 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
KEY1XMLContextBase(KEY1ParserState &state)
Definition: KEY1XMLContextBase.h:27
Definition: KEY1ParserState.h:44
KEY1XMLContextBase< IWORKXMLContextEmpty > KEY1XMLEmptyContextBase
Definition: KEY1XMLContextBase.h:42
KEY1XMLContextBase< IWORKXMLContextElement > KEY1XMLElementContextBase
Definition: KEY1XMLContextBase.h:39
IWORKXMLContextBase< Base, KEY1ParserState, KEYCollector > Parent_t
Definition: KEY1XMLContextBase.h:24
KEY1XMLContextBase(KEY1ParserState &state, const T &a)
Definition: KEY1XMLContextBase.h:33
Definition: IWORKToken.h:508
Definition: KEY1XMLContextBase.h:22
Definition: IWORKXMLContextBase.h:27
KEY1XMLContextBase< IWORKXMLContextMixed > KEYM2XMLixedContextBase
Definition: KEY1XMLContextBase.h:41
KEY1XMLContextBase< IWORKXMLContextText > KEY1XMLTextContextBase
Definition: KEY1XMLContextBase.h:40

Generated for libetonyek by doxygen 1.8.6