C++ Client-Side SDK
LaunchDarkly SDK
Typedefs | Functions
config.h File Reference
#include <launchdarkly/bindings/c/export.h>
#include <launchdarkly/bindings/c/status.h>
Include dependency graph for config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _LDClientConfig * LDClientConfig
 

Functions

 LDClientConfig_Free (LDClientConfig config)
 

Function Documentation

◆ LDClientConfig_Free()

LDClientConfig_Free ( LDClientConfig  config)

Free an unused configuration. Configurations used to construct an LDClientSDK must not be be freed.

Parameters
configConfig to free.