Jpp  master_rocky-40-g5f0272dcd
the software that should make you happy
Namespaces | Functions
JComparisonToolkit.hh File Reference
#include <string.h>
#include "JLang/JComparisonAvailable.hh"
#include "JLang/JBool.hh"

Go to the source code of this file.

Namespaces

 JEEP
 General puprpose classes and methods.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Functions

template<class T >
bool JEEP::compareObjects (const T &first, const T &second, JBool< true >)
 Comparison of comparable objects. More...
 
template<class T >
bool JEEP::compareObjects (const T &first, const T &second, JBool< false >)
 Comparison of uncomparable objects. More...
 
template<class T >
bool JEEP::compareObjects (const T &first, const T &second)
 Comparison of objects. More...
 
template<int N>
bool JEEP::compareObjects (const char(&first)[N], const char(&second)[N])
 Comparison of comparable objects. More...