![]() |
Specs
Beautiful C++ Test Framework
|
#include <LocalSpecExceptionHandlerCollection.h>
Public Member Functions | |
| void | register_exception_handler (ILocalSpecExceptionHandler *handler) override |
| void | foreach_exception_handler (ForEachExceptionHandlerFn *fn) const override |
Public Member Functions inherited from SpecsCpp::ILocalSpecExceptionHandlerCollection | |
| virtual | ~ILocalSpecExceptionHandlerCollection ()=default |
| virtual void | register_exception_handler (ILocalSpecExceptionHandler *)=0 |
| virtual void | foreach_exception_handler (ForEachExceptionHandlerFn *) const =0 |
| void | foreach (std::function< void(ILocalSpecExceptionHandler *)> fn) const |
Additional Inherited Members | |
Public Types inherited from SpecsCpp::ILocalSpecExceptionHandlerCollection | |
| using | ForEachExceptionHandlerFn = IFunctionPointer< void(ILocalSpecExceptionHandler *)> |
Definition at line 9 of file LocalSpecExceptionHandlerCollection.h.
|
inlineoverridevirtual |
Implements SpecsCpp::ILocalSpecExceptionHandlerCollection.
Definition at line 17 of file LocalSpecExceptionHandlerCollection.h.
|
inlineoverridevirtual |
Implements SpecsCpp::ILocalSpecExceptionHandlerCollection.
Definition at line 13 of file LocalSpecExceptionHandlerCollection.h.