SDL3pp
A slim C++ wrapper for SDL3
|
This is the complete list of members for SDL::Time, including all inherited members.
Current() | SDL::Time | inlinestatic |
FromNS(Sint64 time) | SDL::Time | inlinestatic |
FromPosix(Sint64 time) | SDL::Time | static |
FromSeconds(float interval) | SDL::Time | inlinestatic |
FromWindows(Uint32 dwLowDateTime, Uint32 dwHighDateTime) | SDL::Time | inlinestatic |
operator bool() const | SDL::Time | inlineexplicit |
operator std::chrono::nanoseconds() const | SDL::Time | inline |
operator+=(std::chrono::nanoseconds interval) | SDL::Time | inline |
operator-=(std::chrono::nanoseconds interval) | SDL::Time | inline |
Time()=default (defined in SDL::Time) | SDL::Time | |
Time(std::chrono::nanoseconds time) | SDL::Time | inline |
Time(SDL_Time time) | SDL::Time | inlineexplicit |
ToNS() const | SDL::Time | inline |
ToPosix() const | SDL::Time | |
ToSeconds() const | SDL::Time | inline |
ToWindows(Uint32 *dwLowDateTime, Uint32 *dwHighDateTime) const | SDL::Time | inline |