Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JComparisonToolkit.hh File Reference
#include <string.h>
#include "JLang/JComparisonAvailable.hh"
#include "JLang/JBool.hh"

Go to the source code of this file.

Namespaces

namespace  JEEP
 General puprpose classes and methods.
 
namespace  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.
 
template<class T >
bool JEEP::compareObjects (const T &first, const T &second, JBool< false >)
 Comparison of uncomparable objects.
 
template<class T >
bool JEEP::compareObjects (const T &first, const T &second)
 Comparison of objects.
 
template<int N>
bool JEEP::compareObjects (const char(&first)[N], const char(&second)[N])
 Comparison of comparable objects.