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