#include <mutator.h>
Inheritance diagram for FlipOnReadMutator:
Public Methods | |
FlipOnReadMutator (bool &flag) | |
virtual void | read (std::istream &) |
virtual void | print (std::ostream &out) const |
virtual void | print (std::ostream &out, const std::string &name) const |
examples:
Ctrl.add("toggle-binary", new FlipOnReadMutator(bin_flag)); will flip the value of bin_flag if "toggle-binary" is read.
Definition at line 105 of file mutator.h.
|
|
|
Reimplemented from TypedMutator< bool >. Definition at line 109 of file mutator.h. References TypedMutator< bool >::v. |
|
Reimplemented from TypedMutator< bool >. Definition at line 110 of file mutator.h. References TypedMutator< bool >::v. |
|
Reimplemented from TypedMutator< bool >. |