|
| | Clock (std::chrono::steady_clock::rep millis) noexcept |
| |
| void | next () noexcept |
| |
| bool | wait (std::condition_variable &cond, std::unique_lock< std::mutex > &lock) noexcept |
| |
|
| std::chrono::steady_clock::duration | delta |
| |
| std::chrono::time_point< std::chrono::steady_clock > | time |
| |
◆ Clock()
| juce::HighResolutionTimer::Pimpl::Clock::Clock |
( |
std::chrono::steady_clock::rep |
millis | ) |
|
|
inlineexplicitnoexcept |
◆ next()
| void juce::HighResolutionTimer::Pimpl::Clock::next |
( |
| ) |
|
|
inlinenoexcept |
◆ wait()
| bool juce::HighResolutionTimer::Pimpl::Clock::wait |
( |
std::condition_variable & |
cond, |
|
|
std::unique_lock< std::mutex > & |
lock |
|
) |
| |
|
inlinenoexcept |
◆ delta
| std::chrono::steady_clock::duration juce::HighResolutionTimer::Pimpl::Clock::delta |
|
private |
◆ time
| std::chrono::time_point<std::chrono::steady_clock> juce::HighResolutionTimer::Pimpl::Clock::time |
|
private |
The documentation for this class was generated from the following file: