C Client-Side SDK
LaunchDarkly SDK
api.h
Go to the documentation of this file.
1 
6 #ifndef C_CLIENT_LDIAPI_H
7 #define C_CLIENT_LDIAPI_H
8 
11 #define LD_SDK_VERSION "2.5.5"
12 
13 #ifdef __cplusplus
14 #include <string>
15 
16 extern "C" {
17 #endif
18 
19 #include <launchdarkly/client.h>
20 #include <launchdarkly/config.h>
21 #include <launchdarkly/export.h>
22 #include <launchdarkly/json.h>
23 #include <launchdarkly/logging.h>
24 #include <launchdarkly/memory.h>
25 #include <launchdarkly/user.h>
26 
27 #ifdef __cplusplus
28 }
29 #endif
30 
31 #endif /* C_CLIENT_LDIAPI_H */
user.h
Public API Interface for User construction.
logging.h
Public API Interface for Logging.
json.h
Public API Interface for JSON usage.
config.h
Public API Interface for Configuration.
memory.h
Public API. Operations for managing memory.
client.h
Public Client control and variations.
export.h
Public. Configuration of exported symbols.