|
gfactory
|
#include "Car.h"

Go to the source code of this file.
Data Structures | |
| class | Ford |
Example dynamically-loadable Car implementation. More... | |
Functions | |
| Car * | CarFactory (const std::shared_ptr< GOptions > &g) |
| Exported factory function for dynamic loading. | |
The base class Car::instantiate() resolves this symbol via dlsym and calls it.
| g | Options/configuration to pass into the derived constructor. |
Definition at line 48 of file FordFactory.h.