C++ Client-Side SDK
LaunchDarkly SDK
listener_connection.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 
23 typedef struct _LDListenerConnection* LDListenerConnection;
24 
31 LD_EXPORT(void)
33 
39 LD_EXPORT(void)
41 
42 #ifdef __cplusplus
43 }
44 #endif
45 
46 // NOLINTEND modernize-use-using
Export macros for C bindings.
LDListenerConnection_Disconnect(LDListenerConnection connection)
Definition: listener_connection.cpp:11
struct _LDListenerConnection * LDListenerConnection
Definition: listener_connection.h:23
LDListenerConnection_Free(LDListenerConnection connection)