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>;
Export.h
maquina
This version of the SDK is unstable, i-e, it may change with no warning.
Definition:
AddCurveAction.h:20
MAQUINA_EXPORT
#define MAQUINA_EXPORT
Definition:
Export.h:31
include
Maquina
Impl.h
Generated by
doxygen
1.8.14