9 cout <<
" Factory car ford fordVar[1] " <<
fordVar[1] << std::endl;
13 cout <<
" Instantiating Ford" << endl;
double fordVar[2]
Example plugin-specific state.
void go()
Example behavior for the Ford plugin.
Ford(const std::shared_ptr< GOptions > &gopts)
Construct and initialize example state.
Car(const std::shared_ptr< GOptions > &g)
Inherit the base (const std::shared_ptr<GOptions>&) constructor.