MyFactory.h
Go to the documentation of this file.
1 #ifndef MYFACTORY_H
2 #define MYFACTORY_H
3 #include <coil/Factory.h>
4 
5 class Base
6 {
7 public:
8  virtual ~Base(){}
9  virtual std::string name() = 0;
10 };
11 
12 
13 
16 
17 
18 #endif // MYFACTORY_H
Definition: MyFactory.h:5
#define DLL_PLUGIN
virtual std::string name()=0
GlobalFactory template class.
coil::GlobalFactory< Base > MyFactory
Definition: MyFactory.h:14
virtual ~Base()
Definition: MyFactory.h:8
#define EXTERN


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Thu Jun 6 2019 19:25:59