CUBRID Engine  latest
cubthread::callable_task< void > Member List

This is the complete list of members for cubthread::callable_task< void >, including all inherited members.

callable_task()=deletecubthread::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() finalcubthread::callable_task< void >inlinevirtual
m_exec_fcubthread::callable_task< void >private
m_retire_fcubthread::callable_task< void >private
retire() finalcubthread::callable_task< void >inlinevirtual
task(void)=defaultcubthread::task< void >
~task(void)=defaultcubthread::task< void >virtual