SimGrid  3.14.159
Versatile Simulation of Distributed Systems
system_error.hpp File Reference
#include <cerrno>
#include <system_error>

Namespaces

 simgrid
 Host datatype from SIMIX POV.
 
 simgrid::xbt
 

Functions

const std::error_category & simgrid::xbt::errno_category () noexcept
 A error_category suitable to be used with errno More...
 
std::error_code simgrid::xbt::errno_code (int errnum)
 Create a error_code from an errno value. More...
 
std::error_code simgrid::xbt::errno_code ()
 Create an error_code from errno (and clear it) More...
 
std::system_error simgrid::xbt::errno_error (int errnum)
 Create a system_error from an errno value. More...
 
std::system_error simgrid::xbt::errno_error (int errnum, const char *what)
 
std::system_error simgrid::xbt::errno_error ()
 Create a system_code from errno (and clear it) More...
 
std::system_error simgrid::xbt::errno_error (const char *what)