#include <mutator.h>
Inheritance diagram for TypedMutator:
Public Methods | |
TypedMutator (T &vv) | |
virtual void | read (std::istream &in) |
virtual void | print (std::ostream &out) const |
virtual void | print (std::ostream &out, const std::string &prefix="") const |
virtual std::string | vartypename () const |
Public Attributes | |
T & | v |
Reads value v from an istream / writes v to an ostream This mutator is ok for reading parameter files or command lines, or even GUI input if it is converted to a string.
Definition at line 31 of file mutator.h.
|
|
|
Implements Mutator. Reimplemented in NotifyOnChangeMutator. |
|
Implements Mutator. Reimplemented in SetTrueOnReadMutator. |
|
Implements Mutator. Reimplemented in SetTrueOnReadMutator. |
|
Implements Mutator. |
|
Definition at line 34 of file mutator.h. Referenced by TypedMutator< bool >::print, TypedMutator< bool >::read, and TypedMutator< bool >::TypedMutator. |