YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
DynamicObjectFactory.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_SERVER_DYNAMICOBJECTFACTORY_HPP
2
# define YAPOG_SERVER_DYNAMICOBJECTFACTORY_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/System/String.hpp
"
6
# include "
YAPOG/Game/ID.hpp
"
7
8
namespace
yse
9
{
10
class
DynamicObjectFactory
11
{
12
DISALLOW_COPY
(
DynamicObjectFactory
);
13
14
public
:
15
16
static
DynamicObjectFactory
&
Instance
();
17
18
template
<
typename
T>
19
T*
Create
(
const
yap::String
& typeName,
const
yap::ID
&
id
)
const
;
20
21
private
:
22
23
DynamicObjectFactory
();
24
~DynamicObjectFactory
();
25
};
26
}
// namespace yse
27
28
# include "
World/Map/DynamicObjectFactory.hxx
"
29
30
#endif // YAPOG_SERVER_DYNAMICOBJECTFACTORY_HPP
YAPOG.Server
include
World
Map
DynamicObjectFactory.hpp
Generated on Mon Sep 17 2012 22:24:22 for YAPOG by
1.8.1.1