All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Tuples.h File Reference
Include dependency graph for Tuples.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT >
 Trivial adapter to avoid the GCC problem (pointer to the function is never evaluated as "const TYPE&" ) More...
 

Namespaces

 Tuples
 General namespace for Tuple properties.
 

Functions

template<class OBJECT >
_TupAdapter< OBJECT, double,
double > 
Tuples::useFun (OBJECT object)
 trivial helper function to convert on flight pointer to function into "functor" It is especially useful in conjunction with N-Tuples fills More...