PLCnext API Documentation
22.9.0.33
|
Static exception handler class for easy use in unit tests. More...
#include <ExceptionHandler.hxx>
Public Member Functions | |
ExceptionHandler (void)=delete | |
Constructs an ExceptionHandler instance. More... | |
ExceptionHandler (const ExceptionHandler &arg)=delete | |
Copy constructor. More... | |
ExceptionHandler & | operator= (const ExceptionHandler &arg)=delete |
Assignment operator. More... | |
~ExceptionHandler (void)=delete | |
Destructs this instance and frees all resources. More... | |
Static Public Member Functions | |
template<typename F > | |
static void | ConvertToStd (F func) |
Converts Arp exception to std exceptions, which might be handled by boost test framework. More... | |
Static exception handler class for easy use in unit tests.
|
delete |
Constructs an ExceptionHandler instance.
|
delete |
Copy constructor.
|
delete |
Destructs this instance and frees all resources.
|
inlinestatic |
Converts Arp exception to std exceptions, which might be handled by boost test framework.
|
delete |
Assignment operator.