Specs
Beautiful C++ Test Framework
|
#include <API.h>
Public Types | |
using | ForEachExceptionHandlerFn = IFunctionPointer< void(ILocalSpecExceptionHandler *)> |
Public Member Functions | |
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 |
using SpecsCpp::ILocalSpecExceptionHandlerCollection::ForEachExceptionHandlerFn = IFunctionPointer<void(ILocalSpecExceptionHandler*)> |
|
virtualdefault |
|
inline |
Definition at line 400 of file API.h.
|
pure virtual |
Implemented in SpecsCpp::LocalSpecExceptionHandlerCollection.
Referenced by foreach().
|
pure virtual |
Implemented in SpecsCpp::LocalSpecExceptionHandlerCollection.
Referenced by SpecsCpp::Entrypoint::main(), and SpecsCpp::register_exception_handler().