|
C++ Server-Side SDK
LaunchDarkly SDK
|
Public Member Functions | |
| Config (std::string sdk_key, config::built::Logging logging, config::built::ServiceEndpoints endpoints, config::built::Events events, std::optional< std::string > application_tag, config::built::DataSystemConfig data_system_config, config::built::HttpProperties http_properties, std::vector< std::shared_ptr< hooks::Hook >> hooks) | |
| std::string const & | SdkKey () const |
| config::built::ServiceEndpoints const & | ServiceEndpoints () const |
| config::built::Events const & | Events () const |
| std::optional< std::string > const & | ApplicationTag () const |
| config::built::DataSystemConfig const & | DataSystemConfig () const |
| config::built::HttpProperties const & | HttpProperties () const |
| config::built::Logging const & | Logging () const |
| std::vector< std::shared_ptr< hooks::Hook > > const & | Hooks () const |