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

Generated for libetonyek by doxygen 1.12.0