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

#include <Time.hpp>

Collaboration diagram for yap::Time:

List of all members.

Public Member Functions

 Time ()
 Time (float seconds)
 Time (const sf::Time &copy)
 Time (const Time &copy)
Timeoperator= (const Time &copy)
Time operator+ (const Time &rhs)
Time operator+ (float rhs)
Time operator- (const Time &rhs)
Time operator- (float rhs)
Timeoperator+= (const Time &rhs)
Timeoperator+= (float rhs)
Timeoperator-= (const Time &rhs)
Timeoperator-= (float rhs)
float GetValue () const

Private Attributes

sf::Time value_

Detailed Description

Definition at line 10 of file Time.hpp.


Constructor & Destructor Documentation

yap::Time::Time ( )

Definition at line 5 of file Time.cpp.

Here is the caller graph for this function:

yap::Time::Time ( float  seconds)
explicit

Definition at line 10 of file Time.cpp.

yap::Time::Time ( const sf::Time &  copy)

Definition at line 15 of file Time.cpp.

yap::Time::Time ( const Time copy)

Definition at line 20 of file Time.cpp.


Member Function Documentation

float yap::Time::GetValue ( ) const

Definition at line 79 of file Time.cpp.

Here is the caller graph for this function:

Time yap::Time::operator+ ( const Time rhs)

Definition at line 35 of file Time.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Time yap::Time::operator+ ( float  rhs)

Definition at line 40 of file Time.cpp.

Here is the call graph for this function:

Time & yap::Time::operator+= ( const Time rhs)

Definition at line 55 of file Time.cpp.

Here is the caller graph for this function:

Time & yap::Time::operator+= ( float  rhs)

Definition at line 62 of file Time.cpp.

Here is the call graph for this function:

Time yap::Time::operator- ( const Time rhs)

Definition at line 45 of file Time.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Time yap::Time::operator- ( float  rhs)

Definition at line 50 of file Time.cpp.

Here is the call graph for this function:

Time & yap::Time::operator-= ( const Time rhs)

Definition at line 67 of file Time.cpp.

Here is the caller graph for this function:

Time & yap::Time::operator-= ( float  rhs)

Definition at line 74 of file Time.cpp.

Here is the call graph for this function:

Time & yap::Time::operator= ( const Time copy)

Definition at line 25 of file Time.cpp.


Member Data Documentation

sf::Time yap::Time::value_
private

Definition at line 35 of file Time.hpp.


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