Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
JVectorize.hh File Reference

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...
 

Detailed Description

Auxiliary methods to convert data members or return values of member methods of a set of objects to a single vector.

Author
mdejong

Definition in file JVectorize.hh.