ORIGINAL
|
Transformation that copies an element into a container. More...
#include <transform.h>
Public Member Functions | |
copyTransform * | clone () const override |
Clones the copyTransform object. | |
copyTransform (baseList< TYPE, ALLOC > &container) | |
Constructs a copyTransform with the specified container. | |
![]() | |
~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 copies an element into a container.
TYPE | The type of element being transformed |
This transformation copies an element into a specified container.
|
explicit |
Constructs a copyTransform with the specified container.
container | The container to copy the element into. |
|
overridevirtual |
Clones the copyTransform object.
Reimplemented from original::baseCloneable< cloneable >.