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

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

callable_task()=deletecubthread::callable_task< Context >
callable_task(const F &f, bool delete_on_retire=true)cubthread::callable_task< Context >
callable_task(F &&f, bool delete_on_retire=true)cubthread::callable_task< Context >
callable_task(const FuncExec &fe, const FuncRetire &fr)cubthread::callable_task< Context >
callable_task(FuncExec &&fe, FuncRetire &&fr)cubthread::callable_task< Context >
context_type typedefcubthread::task< Context >
exec_func_type typedefcubthread::callable_task< Context >
execute(Context &ctx) finalcubthread::callable_task< Context >inlinevirtual
m_exec_fcubthread::callable_task< Context >private
m_retire_fcubthread::callable_task< Context >private
retire() finalcubthread::callable_task< Context >inlinevirtual
task(void)=defaultcubthread::task< Context >
~task(void)=defaultcubthread::task< Context >virtual