Go to the documentation of this file.
19 #ifndef GRPCPP_SUPPORT_STUB_OPTIONS_H
20 #define GRPCPP_SUPPORT_STUB_OPTIONS_H
37 const char* suffix_for_stats_ =
nullptr;
42 #endif // GRPCPP_SUPPORT_STUB_OPTIONS_H
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided ...
Definition: alarm.h:33
const char * suffix_for_stats() const
Definition: stub_options.h:34
Useful interface for generated stubs.
Definition: stub_options.h:25
StubOptions(const char *suffix_for_stats)
Definition: stub_options.h:28
void set_suffix_for_stats(const char *suffix_for_stats)
Definition: stub_options.h:31