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 one encap into another encap object
encap | source |
encap | dst |
Definition at line 361 of file VCluster_meta_function.hpp.
#include <VCluster_meta_function.hpp>
Public Member Functions | |
set_buf_pointer_for_each_prop (sT &v, openfpm::vector< const void * > &send_buf, size_t opt) | |
constructor | |
template<typename T > | |
void | operator() (T &t) const |
It call the copy function for each property. | |
Data Fields | |
sT & | v |
set of pointers | |
openfpm::vector< const void * > & | send_buf |
size_t | opt |
|
inline |
constructor
v | set of pointer buffers to set |
Definition at line 375 of file VCluster_meta_function.hpp.
|
inline |
It call the copy function for each property.
Definition at line 381 of file VCluster_meta_function.hpp.
size_t set_buf_pointer_for_each_prop< sT >::opt |
Definition at line 368 of file VCluster_meta_function.hpp.
openfpm::vector<const void *>& set_buf_pointer_for_each_prop< sT >::send_buf |
Definition at line 366 of file VCluster_meta_function.hpp.
sT& set_buf_pointer_for_each_prop< sT >::v |
set of pointers
Definition at line 364 of file VCluster_meta_function.hpp.