Go to the source code of this file.
|
namespace | JLANG |
| Auxiliary classes and methods for language specific functionality.
|
|
namespace | JPP |
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
|
|
|
template<class T , class JResult_t , class JPredicate_t > |
JFind_if< JResult_t T::*, JPredicate_t > | JLANG::make_find_if (JResult_t T::*member, const JPredicate_t &predicate) |
| Helper method to create find_if for data member.
|
|
template<class T , class JResult_t , class JPredicate_t > |
JFind_if< JResult_t(T::*)() const, JPredicate_t > | JLANG::make_find_if (JResult_t(T::*function)() const, const JPredicate_t &predicate) |
| Helper method to create find_if for return values of member method.
|
|