#include <throttle.hpp>
◆ ThrottledFunction() [1/4]
Nui::ThrottledFunction::ThrottledFunction |
( |
| ) |
|
◆ ThrottledFunction() [2/4]
Nui::ThrottledFunction::ThrottledFunction |
( |
int32_t |
id, |
|
|
bool |
calledWhenReady, |
|
|
std::function< void()> |
func |
|
) |
| |
◆ ~ThrottledFunction()
Nui::ThrottledFunction::~ThrottledFunction |
( |
| ) |
|
◆ ThrottledFunction() [3/4]
◆ ThrottledFunction() [4/4]
◆ operator()()
void Nui::ThrottledFunction::operator() |
( |
| ) |
|
Calls the function if it is valid.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ valid()
bool Nui::ThrottledFunction::valid |
( |
| ) |
const |
Returns true if this object contains a valid function.
The documentation for this class was generated from the following files: