LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
swoc::bwf::Errno Struct Reference

#include <bwf_ex.h>

Collaboration diagram for swoc::bwf::Errno:
Collaboration graph

Public Member Functions

 Errno (int e=errno)
 Construct wrapper, default to current errno.
 

Public Attributes

int _e
 Errno value.
 

Detailed Description

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.

Definition at line 34 of file bwf_ex.h.

Constructor & Destructor Documentation

◆ Errno()

swoc::bwf::Errno::Errno ( int e = errno)
inlineexplicit

Construct wrapper, default to current errno.

Definition at line 38 of file bwf_ex.h.

Member Data Documentation

◆ _e

int swoc::bwf::Errno::_e

Errno value.

Definition at line 35 of file bwf_ex.h.


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