#include <Inverter.h>
Public Member Functions | |
virtual void | input (int value) |
Inverter inverts its input value and passes it the resulting value to the next Setter (the target) in the chain.
void Inverter::input | ( | int | value | ) | [virtual] |
Input the value to be inverted
[in] | value | The input value |
Reimplemented from Setter.
References Setter::input().