YAPOG  0.0.1
Yet Another Pokemon Online Game
yap::Speed Class Reference

#include <Speed.hpp>

Inheritance diagram for yap::Speed:
Collaboration diagram for yap::Speed:

List of all members.

Public Member Functions

 Speed ()
 Speed (const UInt16 &ev, const UInt16 &iv)
- Public Member Functions inherited from yap::BaseStat
 BaseStat ()
 Constructors.
 BaseStat (const UInt16 &ev, const UInt16 &iv)
const UInt16GetValue () const
 Getters.
const UInt16GetIndividualValue () const
const UInt16GetEffortValue () const
void SetIndividualValue (const UInt16 &iv)
 Setters.
void SetEffortValue (const UInt16 &ev)
void AddValue (int value)
void ComputeValue (const int &base, const UInt16 level)
void ComputeValue (const int &base, const UInt16 level, const float &natureFactor)

Additional Inherited Members

- Protected Attributes inherited from yap::BaseStat
UInt16 value_
UInt16 individualValue_
UInt16 effortValue_

Detailed Description

Definition at line 9 of file Speed.hpp.


Constructor & Destructor Documentation

yap::Speed::Speed ( )

Definition at line 5 of file Speed.cpp.

yap::Speed::Speed ( const UInt16 ev,
const UInt16 iv 
)

Definition at line 9 of file Speed.cpp.


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