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 97 of file object_si_d.hpp.
#include <object_si_d.hpp>
Public Types | |
| typedef to_boost_vmpl< prp... >::type | v_prp |
Public Member Functions | |
| object_si_d_e_cnk (const v_src &src, size_t sub_id, v_dst &dst) | |
| Constructor. | |
| template<typename T > | |
| void | operator() (T &t) |
| It call the functor for each member. | |
Data Fields | |
| const v_src & | src |
| v_dst & | dst |
| size_t | sub_id |
| typedef to_boost_vmpl<prp...>::type object_si_d_e_cnk< v_src, v_dst, prp >::v_prp |
Definition at line 100 of file object_si_d.hpp.
|
inline |
Constructor.
| src | source object |
| dst | destination object |
Definition at line 117 of file object_si_d.hpp.
|
inline |
It call the functor for each member.
Definition at line 124 of file object_si_d.hpp.
| v_dst& object_si_d_e_cnk< v_src, v_dst, prp >::dst |
Definition at line 106 of file object_si_d.hpp.
| const v_src& object_si_d_e_cnk< v_src, v_dst, prp >::src |
Definition at line 103 of file object_si_d.hpp.
| size_t object_si_d_e_cnk< v_src, v_dst, prp >::sub_id |
Definition at line 109 of file object_si_d.hpp.