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