#include <boost/thread/detail/config.hpp>
#include <boost/thread/condition_variable.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/detail/move.hpp>
#include <boost/throw_exception.hpp>
#include <boost/thread/concurrent_queues/queue_op_status.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include <boost/smart_ptr/make_shared.hpp>
#include <boost/config/abi_prefix.hpp>
#include <boost/config/abi_suffix.hpp>
Classes | |
class | boost::sync_bounded_queue< ValueType > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
Functions | |
template<typename ValueType > | |
sync_bounded_queue< ValueType > & | boost::operator<< (sync_bounded_queue< ValueType > &sbq, BOOST_THREAD_RV_REF(ValueType) elem) |
template<typename ValueType > | |
sync_bounded_queue< ValueType > & | boost::operator<< (sync_bounded_queue< ValueType > &sbq, ValueType const &elem) |
template<typename ValueType > | |
sync_bounded_queue< ValueType > & | boost::operator>> (sync_bounded_queue< ValueType > &sbq, ValueType &elem) |