FooBar
Main Page
Classes
Files
File List
File Members
pair.h
Go to the documentation of this file.
1
#ifndef _pair_h_
2
#define _pair_h_
3
4
#include "
coord.h
"
5
6
template
<
typename
A,
typename
B>
7
class
CoordPair
8
{
9
friend
class
Typemaps
;
10
public
:
11
A
a
;
12
B
b
;
13
};
14
15
class
Dummy
16
{
17
friend
class
Typemaps
;
18
public
:
19
CoordPair<int, int>
p1
;
20
CoordPair<int, double>
p2
;
21
CoordPair<Coord<3>
,
Coord<2>
>
p3
;
22
};
23
24
#endif
src
pair.h
Generated on Tue Oct 22 2013 21:36:45 for FooBar by
1.8.4