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

Classes

class  boost::type_info_wrapper
 A simple std::type_info wrapper that implements value semantic for type information objects. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

bool boost::operator!= (type_info_wrapper const &left, type_info_wrapper const &right) BOOST_NOEXCEPT
 Inequality operator. More...
 
bool boost::operator<= (type_info_wrapper const &left, type_info_wrapper const &right) BOOST_NOEXCEPT
 Ordering operator. More...
 
bool boost::operator> (type_info_wrapper const &left, type_info_wrapper const &right) BOOST_NOEXCEPT
 Ordering operator. More...
 
bool boost::operator>= (type_info_wrapper const &left, type_info_wrapper const &right) BOOST_NOEXCEPT
 Ordering operator. More...
 
void boost::swap (type_info_wrapper &left, type_info_wrapper &right) BOOST_NOEXCEPT
 Free swap for type info wrapper. More...
 
std::string boost::to_string (type_info_wrapper const &ti)
 The function for exception serialization to string. More...
 

Detailed Description

Author
Andrey Semashev
Date
15.04.2007

The header contains implementation of a type information wrapper.