CUBRID Engine
latest
|
This is the complete list of members for cubthread::callable_task< void >, including all inherited members.
callable_task()=delete | cubthread::callable_task< void > | |
callable_task(const F &f, bool delete_on_retire=true) | cubthread::callable_task< void > | |
callable_task(F &&f, bool delete_on_retire=true) | cubthread::callable_task< void > | |
callable_task(const FuncExec &fe, const FuncRetire &fr) | cubthread::callable_task< void > | |
callable_task(FuncExec &&fe, FuncRetire &&fr) | cubthread::callable_task< void > | |
execute() final | cubthread::callable_task< void > | inlinevirtual |
m_exec_f | cubthread::callable_task< void > | private |
m_retire_f | cubthread::callable_task< void > | private |
retire() final | cubthread::callable_task< void > | inlinevirtual |
task(void)=default | cubthread::task< void > | |
~task(void)=default | cubthread::task< void > | virtual |