Follow this link to skip to the main content

claraty::auto_bg< ret_type >::quittable_functor< Op > Struct Template Reference

Collaboration diagram for claraty::auto_bg< ret_type >::quittable_functor< Op >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 quittable_functor (Op &o, const auto_bg< ret_type > &func)
ret_type operator() ()

Public Attributes

const auto_bg< ret_type > & quit_functor
Op op

Detailed Description

template<class ret_type>
template<class Op>
struct claraty::auto_bg< ret_type >::quittable_functor< Op >

Definition at line 171 of file background_thread.h.


Constructor & Destructor Documentation

template<class ret_type>
template<class Op>
claraty::auto_bg< ret_type >::quittable_functor< Op >::quittable_functor ( Op &  o,
const auto_bg< ret_type > &  func 
) [inline]

Definition at line 174 of file background_thread.h.

00175       : quit_functor(func), op(o) { }


Member Function Documentation

template<class ret_type>
template<class Op>
ret_type claraty::auto_bg< ret_type >::quittable_functor< Op >::operator() (  )  [inline]


Member Data Documentation

template<class ret_type>
template<class Op>
const auto_bg<ret_type>& claraty::auto_bg< ret_type >::quittable_functor< Op >::quit_functor


The documentation for this struct was generated from the following file: