9 cout <<
" Factory car ford fordVar[1] " <<
fordVar[1] << std::endl;
13 cout <<
" Instantiating Ford" << endl;
Example base class used to demonstrate dynamic factory loading.
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.