GRPC C++  1.39.1
Public Member Functions
grpc_core::GlobalConfigEnvInt32 Class Reference

#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 ()
 

Constructor & Destructor Documentation

◆ GlobalConfigEnvInt32()

constexpr grpc_core::GlobalConfigEnvInt32::GlobalConfigEnvInt32 ( char *  name,
int32_t  default_value 
)
inlineconstexpr

Member Function Documentation

◆ Get()

int32_t grpc_core::GlobalConfigEnvInt32::Get ( )

◆ Set()

void grpc_core::GlobalConfigEnvInt32::Set ( int32_t  value)

The documentation for this class was generated from the following files: