this class is a functor for "for_each" algorithm More...
this class is a functor for "for_each" algorithm
This class is a functor for "for_each" algorithm. For each element of the boost::vector the operator() is called. Is mainly used to copy the selected properties
v_src | source object |
d_src | destination object |
Definition at line 287 of file object_s_di.hpp.
#include <object_s_di.hpp>
Public Types | |
typedef to_boost_vmpl< prp... >::type | v_prp |
Convert the packed properties into an MPL vector. | |
Public Member Functions | |
object_s_di_f (const v_src &src, v_dst &dst) | |
Constructor. | |
template<typename T > | |
void | operator() (T &t) |
It call the functor for each member. | |
Data Fields | |
const v_src & | src |
Source object. | |
v_dst & | dst |
Destination object. | |
typedef to_boost_vmpl<prp...>::type object_s_di_f< v_src, v_dst, prp >::v_prp |
Convert the packed properties into an MPL vector.
Definition at line 290 of file object_s_di.hpp.
|
inline |
Constructor.
src | source object |
dst | destination object |
Definition at line 304 of file object_s_di.hpp.
|
inline |
It call the functor for each member.
Definition at line 323 of file object_s_di.hpp.
v_dst& object_s_di_f< v_src, v_dst, prp >::dst |
Destination object.
Definition at line 296 of file object_s_di.hpp.
const v_src& object_s_di_f< v_src, v_dst, prp >::src |
Source object.
Definition at line 293 of file object_s_di.hpp.