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