Include dependency graph for SysErrorDetail.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | SysErrorDetail |
system call failure detail based on standard errno(3)/strerror(3) APIs More... | |
class | ReportSysError |
a stream manipulator for printing a system call error (if any) More... | |
Functions | |
std::ostream & | operator<< (std::ostream &, ReportSysError) |
reports a system call error (if any) on a dedicated Debug::Extra line More... | |
Function Documentation
◆ operator<<()
std::ostream & operator<< | ( | std::ostream & | os, |
ReportSysError | rse | ||
) |
Definition at line 32 of file SysErrorDetail.cc.
References ReportSysError::errorNo, Debug::Extra(), and xstrerr().