YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
WorldObjectReader.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_WORLDOBJECTREADER_HPP
2
# define YAPOG_WORLDOBJECTREADER_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/System/IO/BaseReaderVisitor.hpp
"
6
# include "
YAPOG/System/String.hpp
"
7
8
namespace
yap
9
{
10
class
WorldObject;
11
12
class
YAPOG_LIB
WorldObjectReader
:
public
BaseReaderVisitor
13
{
14
DISALLOW_COPY
(
WorldObjectReader
);
15
16
public
:
17
18
virtual
~
WorldObjectReader
();
19
20
virtual
void
Visit (
XmlReader
& visitable);
21
22
protected
:
23
24
WorldObjectReader
(
25
WorldObject
& worldObject,
26
const
String
& xmlRootNodeName);
27
28
String
xmlRootNodeName_
;
29
30
private
:
31
32
WorldObject
&
worldObject_
;
33
};
34
}
// namespace yap
35
36
#endif // YAPOG_WORLDOBJECTREADER_HPP
YAPOG
include
YAPOG
Game
World
Map
WorldObjectReader.hpp
Generated on Mon Sep 17 2012 22:24:23 for YAPOG by
1.8.1.1