| 
    Jpp
    master_rocky-37-gf0c5bc59d
    
   the software that should make you happy 
   | 
 
Go to the source code of this file.
Classes | |
| struct | JLANG::JStatic< T, N > | 
| Template data structure for static member declaration.  More... | |
| struct | JLANG::JStatic< T *, N > | 
| Template specialisation of JStatic for static member declaration of pointer.  More... | |
Namespaces | |
| JLANG | |
| Auxiliary classes and methods for language specific functionality.  | |
| JPP | |
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).  | |
Macros | |
| #define | STATIC_DATA_MEMBER(TYPE) static JLANG::JStatic<TYPE, __COUNTER__> | 
| Static data member declaration.  More... | |
| #define STATIC_DATA_MEMBER | ( | TYPE | ) | static JLANG::JStatic<TYPE, __COUNTER__> |