#include <mutator.h>
Inheritance diagram for SetTrueOnReadMutator:
Public Methods | |
SetTrueOnReadMutator (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("show", new SetTrueOnReadMutator(show)); will set show to true if read,
Definition at line 76 of file mutator.h.
|
|
|
Reimplemented from TypedMutator< bool >. Definition at line 80 of file mutator.h. References TypedMutator< bool >::v. |
|
Reimplemented from TypedMutator< bool >. Definition at line 81 of file mutator.h. References TypedMutator< bool >::v. |
|
Reimplemented from TypedMutator< bool >. |