![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <PokemonEVUpdateRequest.hpp>
Public Member Functions | |
| PokemonEVUpdateRequest (const PokemonEVTable &pokemonTable) | |
IUpdateRequest members. | |
| virtual bool | Update (yap::DatabaseManager &databaseManager) |
Public Member Functions inherited from yse::IUpdateRequest | |
| virtual | ~IUpdateRequest () |
Public Member Functions inherited from yse::IRequest | |
| virtual | ~IRequest () |
Private Member Functions | |
| DISALLOW_COPY (PokemonEVUpdateRequest) | |
Private Attributes | |
| const PokemonEVTable & | pokemonTable_ |
Definition at line 10 of file PokemonEVUpdateRequest.hpp.
| yse::PokemonEVUpdateRequest::PokemonEVUpdateRequest | ( | const PokemonEVTable & | pokemonTable | ) |
Definition at line 7 of file PokemonEVUpdateRequest.cpp.
|
private |
|
virtual |
Implements yse::IUpdateRequest.
Definition at line 13 of file PokemonEVUpdateRequest.cpp.
|
private |
Definition at line 22 of file PokemonEVUpdateRequest.hpp.