Lexis
1.0.0
Vocabulary of events and shared objects for BBP and HBP software
Main Page
Related Pages
Classes
Files
File List
File Members
api.h
Go to the documentation of this file.
1
// generated by CommonLibrary.cmake, do not edit.
2
8
#ifndef LEXIS_API_H
9
#define LEXIS_API_H
10
11
#include <
lexis/defines.h
>
12
13
#if defined(_MSC_VER) || defined(__declspec)
14
# define LEXIS_DLLEXPORT __declspec(dllexport)
15
# define LEXIS_DLLIMPORT __declspec(dllimport)
16
#else // _MSC_VER
17
# define LEXIS_DLLEXPORT
18
# define LEXIS_DLLIMPORT
19
#endif // _MSC_VER
20
21
#if defined(LEXIS_STATIC)
22
# define LEXIS_API
23
#elif defined(LEXIS_SHARED)
24
# define LEXIS_API LEXIS_DLLEXPORT
25
#else
26
# define LEXIS_API LEXIS_DLLIMPORT
27
#endif
28
29
#if defined(LEXIS_SHARED_INL)
30
# define LEXIS_INL LEXIS_DLLEXPORT
31
#else
32
# define LEXIS_INL LEXIS_DLLIMPORT
33
#endif
34
35
#endif
defines.h
Includes compile-time defines of Lexis.
install
include
lexis
api.h
Generated on Sat Nov 19 2016 03:13:55 for Lexis by
1.8.11