FooBar
carcontainer.h
Go to the documentation of this file.
1 #ifndef _carcontainer_h_
2 #define _carcontainer_h_
3 
4 #include "car.h"
5 
11 class CarContainer {
12  friend class Typemaps;
13 
19 
20  int size;
22 };
23 
24 #endif