![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <PokemonSelectRequest.hpp>
Public Member Functions | |
| PokemonSelectRequest (yap::DatabaseManager &dm) | |
| PokemonTeam * | SelectPokemonTeam (const yap::String &trainerName, const yap::ID &accountID) |
Public Member Functions inherited from yse::ISelectRequest | |
| virtual | ~ISelectRequest () |
Public Member Functions inherited from yse::IRequest | |
| virtual | ~IRequest () |
Private Member Functions | |
| DISALLOW_COPY (PokemonSelectRequest) | |
Private Attributes | |
| yap::DatabaseManager & | databaseManager_ |
Definition at line 16 of file PokemonSelectRequest.hpp.
| yse::PokemonSelectRequest::PokemonSelectRequest | ( | yap::DatabaseManager & | dm | ) |
Definition at line 12 of file PokemonSelectRequest.cpp.
|
private |
| PokemonTeam * yse::PokemonSelectRequest::SelectPokemonTeam | ( | const yap::String & | trainerName, |
| const yap::ID & | accountID | ||
| ) |
Definition at line 119 of file PokemonSelectRequest.cpp.
|
private |
Definition at line 32 of file PokemonSelectRequest.hpp.