Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bounded_ordering_queue.hpp File Reference
#include <boost/log/detail/config.hpp>
#include <cstddef>
#include <queue>
#include <vector>
#include <boost/cstdint.hpp>
#include <boost/thread/locks.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition_variable.hpp>
#include <boost/thread/thread_time.hpp>
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <boost/log/detail/timestamp.hpp>
#include <boost/log/detail/enqueued_record.hpp>
#include <boost/log/keywords/order.hpp>
#include <boost/log/keywords/ordering_window.hpp>
#include <boost/log/core/record_view.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Include dependency graph for bounded_ordering_queue.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::sinks::bounded_ordering_queue< OrderT, MaxQueueSizeV, OverflowStrategyT >
 Bounded ordering log record queueing strategy. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::sinks
 

Detailed Description

Author
Andrey Semashev
Date
06.01.2012

The header contains implementation of bounded ordering queueing strategy for the asynchronous sink frontend.