ORIGINAL
|
Transformation that adds a given value to an element. More...
#include <transform.h>
Public Member Functions | |
addOptTransform * | clone () const override |
Clones the addOptTransform object. | |
addOptTransform (const TYPE &t) | |
Constructs an addOptTransform 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 adds a given value to an element.
TYPE | The type of element being transformed |
This transformation adds a specified value to an element.
|
explicit |
Constructs an addOptTransform with the specified value.
t | The value to add to the element. |
|
overridevirtual |
Clones the addOptTransform object.
Reimplemented from original::baseCloneable< cloneable >.