ewmscp  ..
Public Member Functions | List of all members
unwindCheck Class Reference

#include <unwindCheck.h>

Inheritance diagram for unwindCheck:
[legend]

Public Member Functions

 unwindCheck ()=default
 
 ~unwindCheck ()=default
 
bool isUnwinding () const
 

Detailed Description

Definition at line 5 of file unwindCheck.h.

Constructor & Destructor Documentation

◆ unwindCheck()

unwindCheck::unwindCheck ( )
default

◆ ~unwindCheck()

unwindCheck::~unwindCheck ( )
default

Member Function Documentation

◆ isUnwinding()

bool unwindCheck::isUnwinding ( ) const
inline

Definition at line 19 of file unwindCheck.h.

19  {
20  return std::uncaught_exception();
21  }

Referenced by getlineWithTimeout::~getlineWithTimeout().

Here is the caller graph for this function:

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