Clapkit
Loading...
Searching...
No Matches
ckTimer.h File Reference
#include "ckObject.h"
#include <MacTypes.h>

Go to the source code of this file.

Classes

class  CKTimer
 Defines a timer that can execute code on a pre-defined interval. More...
 

Typedefs

using CKTimerCallbackFunc = std::function< void(void *)>
 

Typedef Documentation

◆ CKTimerCallbackFunc

using CKTimerCallbackFunc = std::function<void(void*)>