Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Catch::ErrnoGuard Class Reference

#include <catch_errno_guard.h>

Public Member Functions

 ErrnoGuard ()
 
 ~ErrnoGuard ()
 

Detailed Description

Definition at line 12 of file catch_errno_guard.h.

Constructor & Destructor Documentation

◆ ErrnoGuard()

Catch::ErrnoGuard::ErrnoGuard ( )

Definition at line 13 of file catch_errno_guard.cpp.

13:m_oldErrno(errno){}

◆ ~ErrnoGuard()

Catch::ErrnoGuard::~ErrnoGuard ( )

Definition at line 14 of file catch_errno_guard.cpp.

14{ errno = m_oldErrno; }

The documentation for this class was generated from the following files: