Jpp
17.3.0
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
software
JLang
JVoid.hh
Go to the documentation of this file.
1
#ifndef __JLANG__JVOID__
2
#define __JLANG__JVOID__
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 void type definition.
17
* This class can be used to evaluate the validity of a type definition.
18
*/
19
template
<
class
T>
20
struct
JVoid
21
{
22
typedef
void
type
;
23
};
24
}
25
26
#endif
JLANG::JVoid::type
void type
Definition:
JVoid.hh:22
JLANG::JVoid
Auxiliary class for void type definition.
Definition:
JVoid.hh:20
Generated by
1.8.5