#include <it_bus/reflect/reflection.h>
| destination | Copy data to this object. | |
| source | Copy data from this object. |
| ReflectException | If source and destination are incompatible. |
Definition at line 136 of file reflection.h.
Static Public Member Functions | |
| static void | copy (T &destination, const IT_Bus::AnyType &source) |
| Copy AnyTypes (optimized). | |
| static void IT_Reflect::Copier< T >::copy | ( | T & | destination, | |
| const IT_Bus::AnyType & | source | |||
| ) | [inline, static] |
Copy AnyTypes (optimized).
| destination | Copy data to this object. | |
| source | Copy data from this object. |
Definition at line 144 of file reflection.h.
References IT_Reflect::copy().
Referenced by IT_Bus::NillableValueBase< T >::copy().
1.5.1-p1