|
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. | |
Public Member Functions inherited from original::transform< TYPE > | |
| ~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. | |
Public Member Functions inherited from original::cloneable | |
| ~cloneable () override=default | |
| Virtual destructor for cloneable. | |
Public Member Functions inherited from original::baseCloneable< cloneable > | |
| virtual | ~baseCloneable ()=default |
| Virtual destructor for baseCloneable. | |
Additional Inherited Members | |
Protected Member Functions inherited from original::cloneable | |
| cloneable ()=default | |
| Default constructor for cloneable. | |
Protected Member Functions inherited from original::baseCloneable< 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 >.