#include <isignal.h>
Public Member Functions | |
SignalHandlerResult (bool value) | |
bool | operator== (SignalHandlerResult other) const |
bool | operator!= (SignalHandlerResult other) const |
Private Attributes | |
bool | value |
Definition at line 8 of file isignal.h.
SignalHandlerResult::SignalHandlerResult | ( | bool | value | ) | [inline, explicit] |
bool SignalHandlerResult::operator!= | ( | SignalHandlerResult | other | ) | const [inline] |
Definition at line 16 of file isignal.h.
References operator==().
bool SignalHandlerResult::operator== | ( | SignalHandlerResult | other | ) | const [inline] |
bool SignalHandlerResult::value [private] |
Definition at line 9 of file isignal.h.
Referenced by operator==().