|
Blender
V2.93
|
#include <util_time.h>
Public Types | |
| using | callback_type = function< void(double)> |
Public Member Functions | |
| scoped_callback_timer (callback_type cb) | |
| ~scoped_callback_timer () | |
Protected Attributes | |
| scoped_timer | timer |
| callback_type | cb |
Definition at line 64 of file util_time.h.
| using scoped_callback_timer::callback_type = function<void(double)> |
Definition at line 66 of file util_time.h.
|
inlineexplicit |
Definition at line 68 of file util_time.h.
|
inline |
Definition at line 72 of file util_time.h.
References cb, scoped_timer::get_time(), and timer.
|
protected |
Definition at line 81 of file util_time.h.
Referenced by ~scoped_callback_timer().
|
protected |
Definition at line 80 of file util_time.h.
Referenced by ~scoped_callback_timer().