Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::execution_exception::location Struct Reference

#include <execution_monitor.hpp>

Collaboration diagram for boost::execution_exception::location:

Public Member Functions

 location (char const *file_name=0, size_t line_num=0, char const *func=0)
 

Public Attributes

const_string m_file_name
 
size_t m_line_num
 
const_string m_function
 

Constructor & Destructor Documentation

boost::execution_exception::location::location ( char const *  file_name = 0,
size_t  line_num = 0,
char const *  func = 0 
)
explicit

Member Data Documentation

const_string boost::execution_exception::location::m_file_name
const_string boost::execution_exception::location::m_function
size_t boost::execution_exception::location::m_line_num

The documentation for this struct was generated from the following file: