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

#include <errors.hpp>

Public Member Functions

 error_info (error_code_t ec=other_error)
 
 error_info (native_error_t sys_err_code)
 
error_infooperator= (error_code_t ec)
 
error_infooperator= (native_error_t sys_err_code)
 
native_error_t get_native_error () const
 
error_code_t get_error_code () const
 

Constructor & Destructor Documentation

boost::interprocess::error_info::error_info ( error_code_t  ec = other_error)
inline
boost::interprocess::error_info::error_info ( native_error_t  sys_err_code)
inline

Member Function Documentation

error_code_t boost::interprocess::error_info::get_error_code ( ) const
inline
error_info& boost::interprocess::error_info::operator= ( error_code_t  ec)
inline
error_info& boost::interprocess::error_info::operator= ( native_error_t  sys_err_code)
inline

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