claraty::auto_bg< void >::quittable_functor< Op > Struct Template Reference
Collaboration diagram for claraty::auto_bg< void >::quittable_functor< Op >:
Public Member Functions | |
| quittable_functor (Op &o, const auto_bg< void > &func) | |
| void | operator() () |
Public Attributes | |
| const auto_bg< void > & | quit_functor |
| Op | op |
Detailed Description
template<>
template<class Op>
struct claraty::auto_bg< void >::quittable_functor< Op >
Definition at line 204 of file background_thread.h.
Constructor & Destructor Documentation
template<class Op>
| claraty::auto_bg< void >::quittable_functor< Op >::quittable_functor | ( | Op & | o, | |
| const auto_bg< void > & | func | |||
| ) | [inline] |
Member Function Documentation
template<class Op>
| void claraty::auto_bg< void >::quittable_functor< Op >::operator() | ( | ) | [inline] |
Definition at line 210 of file background_thread.h.
References claraty::auto_bg< ret_type >::quittable_functor< Op >::op, and claraty::auto_bg< ret_type >::quittable_functor< Op >::quit_functor.
00210 { op(quit_functor); }
Member Data Documentation
template<class Op>
| const auto_bg<void>& claraty::auto_bg< void >::quittable_functor< Op >::quit_functor |
Definition at line 205 of file background_thread.h.
template<class Op>
| Op claraty::auto_bg< void >::quittable_functor< Op >::op |
Definition at line 206 of file background_thread.h.
The documentation for this struct was generated from the following file: