#include <Time.hpp>
|
| static Time * | _main = nullptr |
| |
| static std::map< std::string, Time * > | _all = std::map<std::string, Time*>() |
| |
◆ Time() [1/2]
| GranOO3::Physic::Time::Time |
( |
const std::string |
id | ) |
|
◆ ~Time()
| GranOO3::Physic::Time::~Time |
( |
| ) |
|
◆ Time() [2/2]
| GranOO3::Physic::Time::Time |
( |
const Time & |
| ) |
|
|
privatedelete |
◆ class_ID()
| static std::string GranOO3::Physic::Time::class_ID |
( |
| ) |
|
|
inlinestatic |
◆ decrement()
| void GranOO3::Physic::Time::decrement |
( |
| ) |
|
◆ get() [1/2]
| Time & GranOO3::Physic::Time::get |
( |
| ) |
|
|
static |
◆ get() [2/2]
| Time & GranOO3::Physic::Time::get |
( |
const std::string & |
id | ) |
|
|
static |
◆ get_iteration()
| unsigned int GranOO3::Physic::Time::get_iteration |
( |
| ) |
const |
◆ glob()
| Time & GranOO3::Physic::Time::glob |
( |
const std::string & |
id | ) |
|
|
static |
◆ increment()
| void GranOO3::Physic::Time::increment |
( |
| ) |
|
◆ increment_all()
| void GranOO3::Physic::Time::increment_all |
( |
| ) |
|
|
static |
◆ iteration()
| unsigned int GranOO3::Physic::Time::iteration |
( |
| ) |
const |
◆ iteration_double()
| double & GranOO3::Physic::Time::iteration_double |
( |
| ) |
|
◆ iteration_to_string()
| std::string GranOO3::Physic::Time::iteration_to_string |
( |
unsigned int |
stringSize = 12 | ) |
const |
◆ operator=()
| Time& GranOO3::Physic::Time::operator= |
( |
const Time & |
| ) |
|
|
privatedelete |
◆ set_iteration()
| void GranOO3::Physic::Time::set_iteration |
( |
unsigned int |
val | ) |
|
◆ _all
| std::map< std::string, Time * > GranOO3::Physic::Time::_all = std::map<std::string, Time*>() |
|
staticprotected |
◆ _elapsed_time
| double GranOO3::Physic::Time::_elapsed_time |
|
private |
◆ _ID
| const std::string GranOO3::Physic::Time::_ID |
|
private |
◆ _iteration
| double GranOO3::Physic::Time::_iteration |
|
private |
◆ _main
| Time * GranOO3::Physic::Time::_main = nullptr |
|
staticprotected |
◆ _time_step
| double GranOO3::Physic::Time::_time_step |
|
private |
The documentation for this class was generated from the following files:
- /home/granoo/granoo/Lib/GranOO3/Physic/Time.hpp
- /home/granoo/granoo/Lib/GranOO3/Physic/Time.cpp