YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
XmlReaderVisitor.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_XMLREADERVISITOR_HPP
2
# define YAPOG_XMLREADERVISITOR_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/System/IO/IReaderVisitor.hpp
"
6
7
namespace
yap
8
{
9
class
YAPOG_LIB
XmlReaderVisitor
:
public
IReaderVisitor
10
{
11
DISALLOW_COPY
(
XmlReaderVisitor
);
12
13
public
:
14
15
virtual
~
XmlReaderVisitor
();
16
17
virtual
void
Visit (
XmlReader
& visitable);
18
19
protected
:
20
21
XmlReaderVisitor
();
22
23
private
:
24
25
virtual
void
HandleVisit (
XmlReader
& visitable) = 0;
26
};
27
}
// namespace yap
28
29
#endif // YAPOG_XMLREADERVISITOR_HPP
YAPOG
include
YAPOG
System
IO
Xml
XmlReaderVisitor.hpp
Generated on Mon Sep 17 2012 22:24:24 for YAPOG by
1.8.1.1