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

#include <PokemonIVInsertRequest.hpp>

Inheritance diagram for yse::PokemonIVInsertRequest:
Collaboration diagram for yse::PokemonIVInsertRequest:

List of all members.

Public Member Functions

 PokemonIVInsertRequest (const PokemonIVTable &pokemonIVTable)
virtual ~PokemonIVInsertRequest ()
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 (PokemonIVInsertRequest)

Private Attributes

const PokemonIVTablepokemonIVTable_

Detailed Description

Definition at line 12 of file PokemonIVInsertRequest.hpp.


Constructor & Destructor Documentation

yse::PokemonIVInsertRequest::PokemonIVInsertRequest ( const PokemonIVTable pokemonIVTable)

Definition at line 10 of file PokemonIVInsertRequest.cpp.

yse::PokemonIVInsertRequest::~PokemonIVInsertRequest ( )
virtual

Definition at line 15 of file PokemonIVInsertRequest.cpp.


Member Function Documentation

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

Implements yse::IInsertRequest.

Definition at line 20 of file PokemonIVInsertRequest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

const PokemonIVTable& yse::PokemonIVInsertRequest::pokemonIVTable_
private

Definition at line 26 of file PokemonIVInsertRequest.hpp.


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