Rumba C++ SDK
Impl.h
Go to the documentation of this file.
1 /*
2 
3  *
4  ***
5  *****
6  ********************* Mercenaries Engineering SARL
7  ***************** Copyright (C) 2018
8  *************
9  ********* http://www.mercenaries-engineering.com
10  ***********
11  **** ****
12  ** **
13 
14 */
15 #pragma once
16 
17 #include "Export.h"
18 #include <memory>
19 
20  namespace maquina
21  {
23  class MAQUINA_EXPORT Impl
24  {
25  public:
26  virtual ~Impl() {};
27  };
28 
29  }
30 
31 template class MAQUINA_EXPORT std::shared_ptr<maquina::Impl>;
32 template class MAQUINA_EXPORT std::weak_ptr<maquina::Impl>;
This version of the SDK is unstable, i-e, it may change with no warning.
Definition: AddCurveAction.h:20
#define MAQUINA_EXPORT
Definition: Export.h:31