YAPOG  0.0.1
Yet Another Pokemon Online Game
yse::PokemonSelectRequest Class Reference

#include <PokemonSelectRequest.hpp>

Inheritance diagram for yse::PokemonSelectRequest:
Collaboration diagram for yse::PokemonSelectRequest:

List of all members.

Public Member Functions

 PokemonSelectRequest (yap::DatabaseManager &dm)
PokemonTeamSelectPokemonTeam (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::DatabaseManagerdatabaseManager_

Detailed Description

Definition at line 16 of file PokemonSelectRequest.hpp.


Constructor & Destructor Documentation

yse::PokemonSelectRequest::PokemonSelectRequest ( yap::DatabaseManager dm)

Definition at line 12 of file PokemonSelectRequest.cpp.


Member Function Documentation

yse::PokemonSelectRequest::DISALLOW_COPY ( PokemonSelectRequest  )
private
PokemonTeam * yse::PokemonSelectRequest::SelectPokemonTeam ( const yap::String trainerName,
const yap::ID accountID 
)

Definition at line 119 of file PokemonSelectRequest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

yap::DatabaseManager& yse::PokemonSelectRequest::databaseManager_
private

Definition at line 32 of file PokemonSelectRequest.hpp.


The documentation for this class was generated from the following files: