C++ Server-Side SDK
LaunchDarkly SDK
include
launchdarkly
server_side
bindings
c
config
config.h
Go to the documentation of this file.
1
2
// NOLINTBEGIN modernize-use-using
3
4
#pragma once
5
6
#include <
launchdarkly/bindings/c/export.h
>
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.h
Export macros for C bindings.
LDServerConfig_Free
LDServerConfig_Free(LDServerConfig config)
Generated by
1.9.1