Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
threading_models.hpp File Reference
#include <boost/log/detail/config.hpp>
#include <boost/log/detail/locks.hpp>
#include <boost/mpl/bool.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Include dependency graph for threading_models.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::sources::single_thread_model
 Single thread locking model. More...
 
struct  boost::sources::multi_thread_model< MutexT >
 Multi-thread locking model with maximum locking capabilities. More...
 
struct  boost::is_mutex_type< boost::log::sources::single_thread_model >
 
struct  boost::is_mutex_type< boost::log::sources::multi_thread_model< T > >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::sources
 

Detailed Description

Author
Andrey Semashev
Date
04.10.2008

The header contains definition of threading models that can be used in loggers. The header also provides a number of tags that can be used to express lock requirements on a function callee.