Follow this link to skip to the main content

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

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

Collaboration graph
[legend]
List of all members.

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]

Definition at line 207 of file background_thread.h.

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


Member Function Documentation

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


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: