libmoost
moost::thread::async_batch_processor::batch_state Class Reference

List of all members.

Public Member Functions

 batch_state (size_t todo)
void one_done ()
void wait_for_all_done ()

Private Attributes

volatile size_t m_todo
boost::mutex m_mx
boost::condition_variable m_cond

Detailed Description

Definition at line 62 of file async_batch_processor.hpp.


Constructor & Destructor Documentation


Member Function Documentation


Member Data Documentation

boost::condition_variable moost::thread::async_batch_processor::batch_state::m_cond [private]

Definition at line 94 of file async_batch_processor.hpp.

Definition at line 93 of file async_batch_processor.hpp.

Definition at line 92 of file async_batch_processor.hpp.


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