#include "isignal.h"
#include "memory/allocator.h"
#include "debugging/debugging.h"
#include <iterator>
Go to the source code of this file.
void invokeSignalHandlers | ( | InputIterator | first, | |
InputIterator | last, | |||
SignalHandlerInvoke | invoke | |||
) | [inline] |
Definition at line 284 of file signal.h.
References SIGNAL_STOP_EMISSION.
Referenced by Signal3< FirstArgument, SecondArgument, ThirdArgument >::operator()(), Signal2< FirstArgument, SecondArgument >::operator()(), Signal1< FirstArgument >::operator()(), and Signal0::operator()().