|
GRPC Core
9.0.0
|
#include <global_config_env.h>
Public Member Functions | |
| constexpr | GlobalConfigEnvBool (char *name, bool default_value) |
| bool | Get () |
| void | Set (bool value) |
Public Member Functions inherited from grpc_core::GlobalConfigEnv | |
| grpc_core::UniquePtr< char > | GetValue () |
| void | SetValue (const char *value) |
| void | Unset () |
Additional Inherited Members | |
Protected Member Functions inherited from grpc_core::GlobalConfigEnv | |
| constexpr | GlobalConfigEnv (char *name) |
| char * | GetName () |
|
inlineconstexpr |
| bool grpc_core::GlobalConfigEnvBool::Get | ( | ) |
| void grpc_core::GlobalConfigEnvBool::Set | ( | bool | value | ) |