ORIGINAL
|
Transformation that assigns a specified value to an element. More...
#include <transform.h>
Public Member Functions | |
assignOptTransform * | clone () const override |
Clones the assignOptTransform object. | |
assignOptTransform (const TYPE &val) | |
Constructs an assignOptTransform with the specified value. | |
![]() | |
~transform () override=default | |
Virtual destructor for the transform class. | |
transform * | clone () const override |
Clones the transform object. | |
virtual void | operator() (TYPE &t) |
Applies the transformation to the given element. | |
![]() | |
~cloneable () override=default | |
Virtual destructor for cloneable. | |
![]() | |
virtual | ~baseCloneable ()=default |
Virtual destructor for baseCloneable. | |
Additional Inherited Members | |
![]() | |
cloneable ()=default | |
Default constructor for cloneable. | |
![]() | |
baseCloneable ()=default | |
Default constructor for baseCloneable. | |
Transformation that assigns a specified value to an element.
TYPE | The type of element being transformed |
This transformation assigns a specified value to an element.
|
explicit |
Constructs an assignOptTransform with the specified value.
val | The value to assign to the element. |
|
overridevirtual |
Clones the assignOptTransform object.
Reimplemented from original::baseCloneable< cloneable >.