|
LibSWOC++ 1.5.14
Solid Wall of C++
|
#include <bwf_ex.h>

Public Member Functions | |
| Errno (int e=errno) | |
Construct wrapper, default to current errno. | |
Public Attributes | |
| int | _e |
| Errno value. | |
Format wrapper for errno. This stores a copy of the argument or errno if an argument isn't provided. The output is then formatted with the short, long, and numeric value of errno. If the format specifier is type 'd' then just the numeric value is printed.
|
inlineexplicit |