GRPC C++  1.26.0
Public Member Functions
grpc_core::GlobalConfigEnvString Class Reference

#include <global_config_env.h>

Public Member Functions

constexpr GlobalConfigEnvString (char *name, const char *default_value)
 
grpc_core::UniquePtr< char > Get ()
 
void Set (const char *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

◆ GlobalConfigEnvString()

constexpr grpc_core::GlobalConfigEnvString::GlobalConfigEnvString ( char *  name,
const char *  default_value 
)
inlineconstexpr

Member Function Documentation

◆ Get()

grpc_core::UniquePtr<char> grpc_core::GlobalConfigEnvString::Get ( )

◆ Set()

void grpc_core::GlobalConfigEnvString::Set ( const char *  value)

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