libDll.h
Go to the documentation of this file.
1 #ifndef COIL_LIBDLLTEST_H
2 #define COIL_LIBDLLTEST_H
3 
4 #include <coil/DynamicLib.h>
5 
6 #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
7 #define DynamicLib_EXPORT __declspec(dllexport)
8 extern "C"
9 {
11 }
12 #else
13 extern "C"
14 {
15  int ForExternTest(void);
16 }
17 #endif
18 
19 
20 
21 namespace coil
22 {
23  class libDllTest
24  {
25  public:
28  static int FuncTest(void);
29  };
30 };
31 
32 #endif
#define DynamicLib_EXPORT
static int FuncTest(void)
Definition: libDll.cpp:14
int ForExternTest(void)
Common Object Interface Layer.


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