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

Classes

class  boost::type_dispatcher
 A type dispatcher interface. More...
 
class  boost::type_dispatcher::callback_base
 The base class for type dispatcher callbacks. More...
 
class  boost::type_dispatcher::callback< T >
 An interface to the callback for the concrete type visitor. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 

Detailed Description

Author
Andrey Semashev
Date
15.04.2007

The header contains definition of generic type dispatcher interfaces.