C++ Actor Framework 0.19
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
caf::actor_system::global_state_guard Class Reference

Calls a cleanup function in its destructor for cleaning up global state. More...

#include <actor_system.hpp>

Public Types

using void_fun_t = void(*)()
 

Public Member Functions

 global_state_guard (void_fun_t f)
 
 global_state_guard (global_state_guard &&other) noexcept
 
global_state_guardoperator= (global_state_guard &&other) noexcept
 
 global_state_guard (const global_state_guard &)=delete
 
global_state_guardoperator= (const global_state_guard &)=delete
 

Detailed Description

Calls a cleanup function in its destructor for cleaning up global state.


The documentation for this class was generated from the following file: