pulsar-client-cpp
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
i
j
k
m
n
p
r
s
Functions
Typedefs
Enumerations
Enumerator
a
b
c
d
f
i
j
k
n
p
r
s
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
u
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
u
Enumerations
Enumerator
Files
File List
•
All
Classes
Namespaces
Functions
Typedefs
Enumerations
Enumerator
Pages
Loading...
Searching...
No Matches
include
pulsar
defines.h
1
19
#ifndef PULSAR_DEFINES_H_
20
#define PULSAR_DEFINES_H_
21
22
#ifdef PULSAR_STATIC
23
24
#define PULSAR_PUBLIC
25
26
#else
27
28
#ifdef _WIN32
29
30
#ifdef BUILDING_PULSAR
31
#define PULSAR_PUBLIC __declspec(dllexport)
32
#else
33
#define PULSAR_PUBLIC __declspec(dllimport)
34
#endif
/*BUILDING_PULSAR*/
35
36
#else
37
38
#define PULSAR_PUBLIC __attribute__((visibility("default"
)))
39
40
#endif
/*_WIN32*/
41
42
#endif
/*PULSAR_STATIC*/
43
44
#endif
/* PULSAR_DEFINES_H_ */
Generated by
1.9.5