Jpp
16.0.0
the software that should make you happy
|
Interface for transformation of collection of elements. More...
#include <JTransformer.hh>
Public Member Functions | |
virtual | ~JCollectionElementTransformer () |
Virtual destructor. More... | |
virtual JElement_t | operator() (const JElement_t &element) const =0 |
Transform element. More... | |
Interface for transformation of collection of elements.
Definition at line 18 of file JTransformer.hh.
|
inlinevirtual |
|
pure virtual |
Transform element.
element | input element |
Implemented in JTOOLS::JMultiMapGetTransformer< N, JElement_t >, and JTOOLS::JMultiMapPutTransformer< N, JElement_t >.