YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
IDGenerator.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_SERVER_IDGENERATOR_HPP
2
# define YAPOG_SERVER_IDGENERATOR_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/Game/ID.hpp
"
6
7
namespace
yse
8
{
9
class
IDGenerator
10
{
11
DISALLOW_COPY
(
IDGenerator
);
12
13
public
:
14
15
static
IDGenerator
&
Instance
();
16
17
yap::ID
GetID
();
18
19
private
:
20
21
IDGenerator
();
22
~IDGenerator
();
23
24
yap::ID::ValueType
currentID_
;
25
};
26
}
// namespace yse
27
28
#endif // YAPOG_SERVER_IDGENERATOR_HPP
YAPOG.Server
include
World
Map
IDGenerator.hpp
Generated on Mon Sep 17 2012 22:24:22 for YAPOG by
1.8.1.1