C++ Client-Side SDK
LaunchDarkly SDK
config.h
Go to the documentation of this file.
1 
2 // NOLINTBEGIN modernize-use-using
3 
4 #pragma once
5 
8 
9 #ifdef __cplusplus
10 extern "C" { // only need to export C interface if
11 // used by C++ source code
12 #endif
13 
14 typedef struct _LDClientConfig* LDClientConfig;
15 
22 LD_EXPORT(void)
23 LDClientConfig_Free(LDClientConfig config);
24 
25 #ifdef __cplusplus
26 }
27 #endif
28 
29 // NOLINTEND modernize-use-using
LDClientConfig_Free(LDClientConfig config)
Export macros for C bindings.