![]() |
Kurlyk
|
Classes | |
| class | AutoInitializer |
| Automatically registers and manages network task managers. More... | |
Functions | |
| AutoInitializer & | get_auto_initializer () |
| Returns the process-wide automatic initializer. | |
Variables | |
| static AutoInitializer & | _kurlyk_auto_initializer = get_auto_initializer() |
| Convenience auto-init helper. | |
|
inline |
Returns the process-wide automatic initializer.
Definition at line 48 of file AutoInitializer.hpp.
|
static |
Convenience auto-init helper.
Initialization order relative to other statics is undefined; ensure_initialized() in client constructors is the reliable fallback.
Definition at line 55 of file AutoInitializer.hpp.