#include <RowTransformer.h>
Public Member Functions | |
| void | transform (RowClass *rowPtr) |
| By default the transform method does nothing The specialization will have the possibility to define a specific transformation. | |
Definition at line 31 of file RowTransformer.h.
| void asdm::RowTransformer< RowClass >::transform | ( | RowClass * | rowPtr | ) | [inline] |
By default the transform method does nothing The specialization will have the possibility to define a specific transformation.
Definition at line 35 of file RowTransformer.h.
1.6.1