Jpp
JNullType.hh
Go to the documentation of this file.
1 #ifndef __JLANG__JNULLTYPE__
2 #define __JLANG__JNULLTYPE__
3 
4 
5 /**
6  * \author mdejong
7  */
8 
9 namespace JLANG {}
10 namespace JPP { using namespace JLANG; }
11 
12 namespace JLANG {
13 
14 
15  /**
16  * Auxiliary class for no type definition.
17  * This class can be used to terminate a type list, define a default template argument, etc.
18  */
19  struct JNullType {};
20 }
21 
22 #endif
JLANG::JNullType
Auxiliary class for no type definition.
Definition: JNullType.hh:19
JPP
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Definition: JAAnetToolkit.hh:37
JLANG
Auxiliary classes and methods for language specific functionality.
Definition: JAbstractClass.hh:10