#include <Time.hpp>
List of all members.
Private Attributes |
| sf::Time | value_ |
Detailed Description
Definition at line 10 of file Time.hpp.
Constructor & Destructor Documentation
| yap::Time::Time |
( |
float |
seconds | ) |
|
|
explicit |
| yap::Time::Time |
( |
const sf::Time & |
copy | ) |
|
| yap::Time::Time |
( |
const Time & |
copy | ) |
|
Member Function Documentation
| float yap::Time::GetValue |
( |
| ) |
const |
| Time yap::Time::operator+ |
( |
const Time & |
rhs | ) |
|
| Time yap::Time::operator+ |
( |
float |
rhs | ) |
|
| Time & yap::Time::operator+= |
( |
const Time & |
rhs | ) |
|
| Time & yap::Time::operator+= |
( |
float |
rhs | ) |
|
| Time yap::Time::operator- |
( |
const Time & |
rhs | ) |
|
| Time yap::Time::operator- |
( |
float |
rhs | ) |
|
| Time & yap::Time::operator-= |
( |
const Time & |
rhs | ) |
|
| Time & yap::Time::operator-= |
( |
float |
rhs | ) |
|
| Time & yap::Time::operator= |
( |
const Time & |
copy | ) |
|
Member Data Documentation
| sf::Time yap::Time::value_ |
|
private |
The documentation for this class was generated from the following files:
- G:/YAPOG/YAPOG/YAPOG/include/YAPOG/System/Time/Time.hpp
- G:/YAPOG/YAPOG/YAPOG/src/YAPOG/System/Time/Time.cpp