SNode.C
|
#include <PreserveErrno.h>
Public Member Functions | |
PreserveErrno (int newErrno=errno) | |
void | setErrno (int newErrno) |
~PreserveErrno () | |
Private Attributes | |
int | errnum |
Definition at line 31 of file PreserveErrno.h.
|
explicit |
Definition at line 28 of file PreserveErrno.cpp.
References errnum.
utils::PreserveErrno::~PreserveErrno | ( | ) |
void utils::PreserveErrno::setErrno | ( | int | newErrno | ) |
|
private |
Definition at line 40 of file PreserveErrno.h.
Referenced by PreserveErrno(), setErrno(), and ~PreserveErrno().