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

#include <PokemonMoveUpdateRequest.hpp>

Inheritance diagram for yse::PokemonMoveUpdateRequest:
Collaboration diagram for yse::PokemonMoveUpdateRequest:

List of all members.

Public Member Functions

 PokemonMoveUpdateRequest (const PokemonMoveTable &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 (PokemonMoveUpdateRequest)

Private Attributes

const PokemonMoveTablepokemonTable_

Detailed Description

Definition at line 10 of file PokemonMoveUpdateRequest.hpp.


Constructor & Destructor Documentation

yse::PokemonMoveUpdateRequest::PokemonMoveUpdateRequest ( const PokemonMoveTable pokemonTable)

Definition at line 7 of file PokemonMoveUpdateRequest.cpp.


Member Function Documentation

yse::PokemonMoveUpdateRequest::DISALLOW_COPY ( PokemonMoveUpdateRequest  )
private
bool yse::PokemonMoveUpdateRequest::Update ( yap::DatabaseManager databaseManager)
virtual

Implements yse::IUpdateRequest.

Definition at line 13 of file PokemonMoveUpdateRequest.cpp.


Member Data Documentation

const PokemonMoveTable& yse::PokemonMoveUpdateRequest::pokemonTable_
private

Definition at line 22 of file PokemonMoveUpdateRequest.hpp.


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