Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::statechart::fifo_worker< Allocator > Class Template Reference

#include <fifo_worker.hpp>

Inheritance diagram for boost::statechart::fifo_worker< Allocator >:
Collaboration diagram for boost::statechart::fifo_worker< Allocator >:

Public Types

typedef function0< void > work_item
 

Public Member Functions

 fifo_worker ()
 
void queue_work_item (work_item &item)
 
void queue_work_item (const work_item &item)
 
void terminate ()
 
bool terminated () const
 
unsigned long operator() (unsigned long maxItemCount=0)
 

Member Typedef Documentation

template<class Allocator = std::allocator< void >>
typedef function0< void > boost::statechart::fifo_worker< Allocator >::work_item

Constructor & Destructor Documentation

template<class Allocator = std::allocator< void >>
boost::statechart::fifo_worker< Allocator >::fifo_worker ( )
inline

Member Function Documentation

template<class Allocator = std::allocator< void >>
unsigned long boost::statechart::fifo_worker< Allocator >::operator() ( unsigned long  maxItemCount = 0)
inline
template<class Allocator = std::allocator< void >>
void boost::statechart::fifo_worker< Allocator >::queue_work_item ( work_item item)
inline
template<class Allocator = std::allocator< void >>
void boost::statechart::fifo_worker< Allocator >::queue_work_item ( const work_item item)
inline
template<class Allocator = std::allocator< void >>
void boost::statechart::fifo_worker< Allocator >::terminate ( )
inline
template<class Allocator = std::allocator< void >>
bool boost::statechart::fifo_worker< Allocator >::terminated ( ) const
inline

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