Main Page
Classes
Files
File List
File Members
factory.h
Go to the documentation of this file.
1
#ifndef FACTORY_H
2
#define FACTORY_H
3
4
#include <iostream>
5
#include <stdexcept>
6
#include "
bike.h
"
7
#include "
urban.h
"
8
#include "
delivery.h
"
9
#include "
bikes.h
"
10
11
using namespace
std;
12
21
class
BikeFactory
22
{
23
friend
class
Bikes
;
24
25
private
:
26
static
Bike
* make( istream& in )
throw
( invalid_argument );
27
28
};
// BikeFactory class
29
30
#endif // FACTORY_H
31
urban.h
bikes.h
Bikes
Definition:
bikes.h:26
Bike
Definition:
bike.h:19
delivery.h
bike.h
BikeFactory
Definition:
factory.h:21
Copyright © 2019 Mark Maloof. All Rights Reserved. Generated on Thu Jan 31 2019 10:14:42 by
1.8.6