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

#include <PokemonEVTable.hpp>

Inheritance diagram for yse::PokemonEVTable:
Collaboration diagram for yse::PokemonEVTable:

List of all members.

Public Member Functions

 PokemonEVTable ()
void LoadFromPokemon (const Pokemon &pokemon)
- Public Member Functions inherited from yse::ITable
virtual ~ITable ()

Public Attributes

yap::ID pokemonID_
yap::UInt16 hp_
yap::UInt16 attack_
yap::UInt16 defense_
yap::UInt16 specialAttack_
yap::UInt16 specialDefense_
yap::UInt16 speed_

Private Member Functions

 DISALLOW_COPY (PokemonEVTable)

Detailed Description

Definition at line 13 of file PokemonEVTable.hpp.


Constructor & Destructor Documentation

yse::PokemonEVTable::PokemonEVTable ( )

Definition at line 6 of file PokemonEVTable.cpp.


Member Function Documentation

yse::PokemonEVTable::DISALLOW_COPY ( PokemonEVTable  )
private
void yse::PokemonEVTable::LoadFromPokemon ( const Pokemon pokemon)

Definition at line 17 of file PokemonEVTable.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

yap::UInt16 yse::PokemonEVTable::attack_

Definition at line 23 of file PokemonEVTable.hpp.

yap::UInt16 yse::PokemonEVTable::defense_

Definition at line 24 of file PokemonEVTable.hpp.

yap::UInt16 yse::PokemonEVTable::hp_

Definition at line 22 of file PokemonEVTable.hpp.

yap::ID yse::PokemonEVTable::pokemonID_

Definition at line 21 of file PokemonEVTable.hpp.

yap::UInt16 yse::PokemonEVTable::specialAttack_

Definition at line 25 of file PokemonEVTable.hpp.

yap::UInt16 yse::PokemonEVTable::specialDefense_

Definition at line 26 of file PokemonEVTable.hpp.

yap::UInt16 yse::PokemonEVTable::speed_

Definition at line 27 of file PokemonEVTable.hpp.


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