|
GRPC Core
9.0.0
|
#include <global_config_env.h>
Public Member Functions | |
| constexpr | GlobalConfigEnvInt32 (char *name, int32_t default_value) |
| int32_t | Get () |
| void | Set (int32_t 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 |
| int32_t grpc_core::GlobalConfigEnvInt32::Get | ( | ) |
| void grpc_core::GlobalConfigEnvInt32::Set | ( | int32_t | value | ) |