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

#include <PokemonEVInsertRequest.hpp>

Inheritance diagram for yse::PokemonEVInsertRequest:
Collaboration diagram for yse::PokemonEVInsertRequest:

List of all members.

Public Member Functions

 PokemonEVInsertRequest (const PokemonEVTable &pokemonEVTable)
virtual ~PokemonEVInsertRequest ()
IInsertRequest members.
virtual bool Insert (yap::DatabaseManager &databaseManager)
- Public Member Functions inherited from yse::IInsertRequest
virtual ~IInsertRequest ()
- Public Member Functions inherited from yse::IRequest
virtual ~IRequest ()

Private Member Functions

 DISALLOW_COPY (PokemonEVInsertRequest)

Private Attributes

const PokemonEVTablepokemonEVTable_

Detailed Description

Definition at line 12 of file PokemonEVInsertRequest.hpp.


Constructor & Destructor Documentation

yse::PokemonEVInsertRequest::PokemonEVInsertRequest ( const PokemonEVTable pokemonEVTable)

Definition at line 10 of file PokemonEVInsertRequest.cpp.

yse::PokemonEVInsertRequest::~PokemonEVInsertRequest ( )
virtual

Definition at line 15 of file PokemonEVInsertRequest.cpp.


Member Function Documentation

yse::PokemonEVInsertRequest::DISALLOW_COPY ( PokemonEVInsertRequest  )
private
bool yse::PokemonEVInsertRequest::Insert ( yap::DatabaseManager databaseManager)
virtual

Implements yse::IInsertRequest.

Definition at line 20 of file PokemonEVInsertRequest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

const PokemonEVTable& yse::PokemonEVInsertRequest::pokemonEVTable_
private

Definition at line 26 of file PokemonEVInsertRequest.hpp.


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