ImplBase.h
Go to the documentation of this file.
1 // -*- C++ -*-
19 #ifndef DOIL_IMPLEBASE_H
20 #define DOIL_IMPLEBASE_H
21 
22 namespace doil
23 {
24  class ImplBase
25  {
26  public:
27  virtual ~ImplBase(){};
28  virtual const char* id() = 0;
29  virtual const char* name() = 0;
30  virtual void incRef() = 0;
31  virtual void decRef() = 0;
32  };
33 
35 };
36 #endif // DOIL_IMPLEBASE_H
virtual ~ImplBase()
Definition: ImplBase.h:27
virtual void incRef()=0
ImplBase LocalBase
Definition: ImplBase.h:34
virtual const char * id()=0
virtual const char * name()=0
virtual void decRef()=0


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Jun 10 2019 14:07:52