![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <PokemonEVSelectRequest.hpp>
Public Member Functions | |
| PokemonEVSelectRequest (yap::DatabaseManager &dm) | |
| bool | Select (PokemonEVTable &pokemonTable) |
Public Member Functions inherited from yse::ISelectRequest | |
| virtual | ~ISelectRequest () |
Public Member Functions inherited from yse::IRequest | |
| virtual | ~IRequest () |
Private Member Functions | |
| DISALLOW_COPY (PokemonEVSelectRequest) | |
Private Attributes | |
| yap::DatabaseManager & | databaseManager_ |
Definition at line 16 of file PokemonEVSelectRequest.hpp.
| yse::PokemonEVSelectRequest::PokemonEVSelectRequest | ( | yap::DatabaseManager & | dm | ) |
Definition at line 9 of file PokemonEVSelectRequest.cpp.
|
private |
| bool yse::PokemonEVSelectRequest::Select | ( | PokemonEVTable & | pokemonTable | ) |
Definition at line 14 of file PokemonEVSelectRequest.cpp.
|
private |
Definition at line 26 of file PokemonEVSelectRequest.hpp.