YAPOG  0.0.1
Yet Another Pokemon Online Game
ycl::PlayerData Class Reference

#include <PlayerData.hpp>

Collaboration diagram for ycl::PlayerData:

List of all members.

Public Member Functions

 PlayerData ()
virtual ~PlayerData ()
void ChangeMoney (int value)
void UpdatePlayTime (const yap::Time &dt)
Getters.

{

const yap::UInt32GetMoney () const
const yap::TimeGetPlayTime () const

Private Member Functions

 DISALLOW_COPY (PlayerData)

Setters.

}

{

yap::UInt32 money_
 }
yap::PlayerTime playerTime_
void RawSetMoney (const yap::UInt32 &value)
void RawSetPlayTime (const yap::Time &value)

Detailed Description

Definition at line 10 of file PlayerData.hpp.


Constructor & Destructor Documentation

ycl::PlayerData::PlayerData ( )

Definition at line 8 of file PlayerData.cpp.

ycl::PlayerData::~PlayerData ( )
virtual

Definition at line 14 of file PlayerData.cpp.


Member Function Documentation

void ycl::PlayerData::ChangeMoney ( int  value)

Definition at line 18 of file PlayerData.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

ycl::PlayerData::DISALLOW_COPY ( PlayerData  )
private
const yap::UInt32 & ycl::PlayerData::GetMoney ( ) const

Definition at line 32 of file PlayerData.cpp.

Here is the caller graph for this function:

const yap::Time & ycl::PlayerData::GetPlayTime ( ) const

Definition at line 37 of file PlayerData.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void ycl::PlayerData::RawSetMoney ( const yap::UInt32 value)

Definition at line 43 of file PlayerData.cpp.

Here is the caller graph for this function:

void ycl::PlayerData::RawSetPlayTime ( const yap::Time value)

Definition at line 48 of file PlayerData.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void ycl::PlayerData::UpdatePlayTime ( const yap::Time dt)

Definition at line 26 of file PlayerData.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

yap::UInt32 ycl::PlayerData::money_
private

}

Definition at line 35 of file PlayerData.hpp.

yap::PlayerTime ycl::PlayerData::playerTime_
private

Definition at line 36 of file PlayerData.hpp.


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