|
cat3d
A tiny OpenGL 3D engine library written in and for C++.
|
This is the complete list of members for cat3d::util::time, including all inherited members.
| as_milliseconds() const | cat3d::util::time | |
| as_minutes() const | cat3d::util::time | |
| as_seconds() const | cat3d::util::time | |
| milliseconds(unsigned long ms) | cat3d::util::time | static |
| minutes(float m) | cat3d::util::time | static |
| operator!=(const time &other) | cat3d::util::time | |
| operator+(const time &other) | cat3d::util::time | |
| operator+=(const time &other) | cat3d::util::time | |
| operator-(const time &other) | cat3d::util::time | |
| operator-=(const time &other) | cat3d::util::time | |
| operator<(const time &other) | cat3d::util::time | |
| operator<=(const time &other) | cat3d::util::time | |
| operator==(const time &other) | cat3d::util::time | |
| operator>(const time &other) | cat3d::util::time | |
| operator>=(const time &other) | cat3d::util::time | |
| seconds(float s) | cat3d::util::time | static |
| time() | cat3d::util::time |