#include <mutator.h>
Inheritance diagram for SetOnReadMutator:
Public Methods | |
SetOnReadMutator (T &t, Tsec &t2, Tsec def) | |
virtual void | read (std::istream &in) |
Protected Attributes | |
Tsec & | v2 |
Tsec | deflt |
example:
SetOnReadMutator<double,bool>(x,xread,true) will set xread to true if x is read.
Definition at line 124 of file mutator.h.
|
|
|
Reimplemented from TypedMutator. |
|
Definition at line 127 of file mutator.h. Referenced by read, and SetOnReadMutator. |
|
Definition at line 128 of file mutator.h. Referenced by read, and SetOnReadMutator. |