MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
templ.cpp
Go to the documentation of this file.
1
3
template
<
class
T,
int
i=100>
class
Test
4
{
5
public
:
6
Test
();
7
Test
(
const
Test
&);
8
};
9
11
template
<>
class
Test
<void *,200>
12
{
13
public
:
14
Test
();
15
};
16
18
template
<
class
T>
class
Test
<T *> :
public
Test<void *,200>
19
{
20
public
:
21
Test
();
22
};
23
25
template
<
class
T,
int
i>
Test<T,i>::Test
() {}
26
28
template
<
class
T,
int
i>
Test<T,i>::Test
(
const
Test
&t) {}
29
31
template
<
class
T>
Test<T *>::Test
() {}
32
34
template
<>
Test<void *,200>::Test
() {}
35
Test
This is a test class.
Definition
class.h:4
Test::Test
Test()
Definition
templ.cpp:25
doxygen-1.12.0
examples
templ.cpp
Generated by
1.12.0