| 2439 | */ |
| 2440 | template <class T> |
| 2441 | void transform (const T &tr, db::ArrayRepository *array_rep = 0) |
| 2442 | { |
| 2443 | transform_from (tr, *this); |
| 2444 | if (mp_base) { |
| 2445 | // transform the delegate |
| 2446 | transform_delegate (tr, array_rep); |
| 2447 | } |
| 2448 | } |
| 2449 | |
| 2450 | /** |
| 2451 | * @brief Moves the arrays |
no outgoing calls
no test coverage detected