#include <util.h>
|
| std::function< void()> | func_ |
◆ OnExit() [1/3]
| uvco::OnExit::OnExit |
( |
std::function< void()> && | func | ) |
|
|
inlineexplicit |
15:
func_{std::move(func)} {}
std::function< void()> func_
Definition util.h:30
◆ ~OnExit()
| uvco::OnExit::~OnExit |
( |
| ) |
|
|
inline |
◆ OnExit() [2/3]
| uvco::OnExit::OnExit |
( |
const OnExit & | | ) |
|
|
delete |
◆ OnExit() [3/3]
| uvco::OnExit::OnExit |
( |
OnExit && | | ) |
|
|
delete |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ func_
| std::function<void()> uvco::OnExit::func_ |
|
private |
The documentation for this class was generated from the following file: