YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
PokemonIVSelectRequest.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_SERVER_POKEMONSTATSSELECTREQUEST_HPP
2
# define YAPOG_SERVER_POKEMONSTATSSELECTREQUEST_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/Game/ID.hpp
"
6
# include "
YAPOG/System/String.hpp
"
7
# include "
YAPOG/Collection/List.hpp
"
8
# include "
YAPOG/Database/DatabaseManager.hpp
"
9
# include "
Database/Requests/Selects/ISelectRequest.hpp
"
10
# include "
Database/Tables/PokemonIVTable.hpp
"
11
12
namespace
yse
13
{
14
class
PokemonTeam;
15
16
class
PokemonStatsSelectRequest
:
public
ISelectRequest
17
{
18
DISALLOW_COPY
(
PokemonStatsSelectRequest
);
19
20
public
:
21
PokemonStatsSelectRequest
(
yap::DatabaseManager
& dm);
22
23
//bool Select (PokemonStatsTable& pokemonTable);
24
25
private
:
26
yap::DatabaseManager
&
databaseManager_
;
27
28
};
29
}
// namespace yse
30
31
#endif // YAPOG_SERVER_POKEMONSTATSSELECTREQUEST_HPP
YAPOG.Server
include
Database
Requests
Selects
PokemonIVSelectRequest.hpp
Generated on Mon Sep 17 2012 22:24:22 for YAPOG by
1.8.1.1