| 
    Jpp 20.0.0-rc.3
    
   the software that should make you happy 
   | 
 
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.   | |