FooBar
wheel.h
Go to the documentation of this file.
1 #ifndef _wheel_h_
2 #define _wheel_h_
3 
4 #include "tire.h"
5 #include "rim.h"
6 
7 class Wheel
8 {
9  friend class Typemaps;
10  friend class BoostSerialization;
11  friend class HPXSerialization;
14 };
15 
16 #endif
friend class Typemaps
Definition: wheel.h:9
Rim rim
Definition: wheel.h:13
friend class HPXSerialization
Definition: wheel.h:11
Definition: tire.h:4
Definition: rim.h:4
friend class BoostSerialization
Definition: wheel.h:10
Definition: wheel.h:7
Tire tire
Definition: wheel.h:12