PMDK C++ bindings
1.7
This is the C++ bindings documentation for PMDK's libpmemobj.
|
Internal class for counting active exceptions. More...
Public Member Functions | |
uncaught_exception_counter () | |
Default constructor. More... | |
bool | new_uncaught_exception () |
Notifies is a new exception is being handled. More... | |
Private Attributes | |
int | count |
The number of active exceptions. | |
Internal class for counting active exceptions.
|
inline |
Default constructor.
Sets the number of active exceptions on object creation.
|
inline |
Notifies is a new exception is being handled.