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