Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
caller_context.hpp File Reference
#include <boost/thread/detail/config.hpp>
#include <boost/current_function.hpp>
#include <iomanip>
#include <boost/config/abi_prefix.hpp>
#include <boost/config/abi_suffix.hpp>
Include dependency graph for caller_context.hpp:

Classes

struct  boost::caller_context_t
 

Namespaces

 boost
 Duration formatting facet for input.
 

Macros

#define BOOST_CONTEXTOF   boost::caller_context_t(__FILE__, __LINE__, BOOST_CURRENT_FUNCTION)
 

Functions

template<typename OStream >
OStream & boost::operator<< (OStream &os, caller_context_t const &ctx)
 

Macro Definition Documentation

#define BOOST_CONTEXTOF   boost::caller_context_t(__FILE__, __LINE__, BOOST_CURRENT_FUNCTION)