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

#include <PlayerTime.hpp>

Collaboration diagram for yap::PlayerTime:

List of all members.

Public Member Functions

 PlayerTime ()
void UpdateTime (const Time &dt)
const TimeGetPlayTime () const
const TimeGetCurrentSessionTime () const
void RawSetPlayTime (const Time &value)
 }

Private Attributes

Time playTime_
 }
Time currentSessionTime_

Detailed Description

Definition at line 9 of file PlayerTime.hpp.


Constructor & Destructor Documentation

yap::PlayerTime::PlayerTime ( )

Definition at line 5 of file PlayerTime.cpp.


Member Function Documentation

const Time & yap::PlayerTime::GetCurrentSessionTime ( ) const

Definition at line 20 of file PlayerTime.cpp.

const Time & yap::PlayerTime::GetPlayTime ( ) const

Getters. {

Definition at line 18 of file PlayerTime.cpp.

Here is the caller graph for this function:

void yap::PlayerTime::RawSetPlayTime ( const Time value)

}

Setters. {

Definition at line 24 of file PlayerTime.cpp.

Here is the caller graph for this function:

void yap::PlayerTime::UpdateTime ( const Time dt)

Definition at line 11 of file PlayerTime.cpp.

Here is the caller graph for this function:


Member Data Documentation

Time yap::PlayerTime::currentSessionTime_
private

Definition at line 29 of file PlayerTime.hpp.

Time yap::PlayerTime::playTime_
private

}

Definition at line 28 of file PlayerTime.hpp.


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