Jpp
|
Auxiliary methods to convert data members or return values of member methods of a set of objects to a single vector. More...
#include <vector>
Go to the source code of this file.
Namespaces | |
JLANG | |
Auxiliary classes and methods for language specific functionality. | |
JPP | |
Functions | |
template<class T , class JType_t , class JValue_t > | |
const std::vector< JValue_t > & | JLANG::make_array (T __begin, T __end, JValue_t JType_t::*value) |
Method to create array of values of data member. More... | |
template<class T , class JType_t , class JValue_t > | |
const std::vector< JValue_t > & | JLANG::make_array (T __begin, T __end, JValue_t(JType_t::*function)() const) |
Method to create array of return values of member method. More... | |
Auxiliary methods to convert data members or return values of member methods of a set of objects to a single vector.
Definition in file JVectorize.hh.