FooBar
Main Page
Classes
Files
File List
File Members
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
;
12
Tire
tire
;
13
Rim
rim
;
14
};
15
16
#endif
Wheel::Typemaps
friend class Typemaps
Definition:
wheel.h:9
tire.h
Wheel::rim
Rim rim
Definition:
wheel.h:13
Wheel::HPXSerialization
friend class HPXSerialization
Definition:
wheel.h:11
Tire
Definition:
tire.h:4
rim.h
Rim
Definition:
rim.h:4
Wheel::BoostSerialization
friend class BoostSerialization
Definition:
wheel.h:10
Wheel
Definition:
wheel.h:7
Wheel::tire
Tire tire
Definition:
wheel.h:12
src
wheel.h
Generated on Tue Jul 14 2015 15:57:11 for FooBar by
1.8.9.1