GRPC C++
1.39.1
|
A C++ wrapper for the grpc_transport_op
struct.
More...
#include <channel_filter.h>
Public Member Functions | |
TransportOp (grpc_transport_op *op) | |
Borrows a pointer to op, but does NOT take ownership. More... | |
grpc_transport_op * | op () const |
grpc_error_handle | disconnect_with_error () const |
bool | send_goaway () const |
A C++ wrapper for the grpc_transport_op
struct.
|
inlineexplicit |
Borrows a pointer to op, but does NOT take ownership.
The caller must ensure that op continues to exist for as long as the TransportOp object does.
|
inline |
|
inline |
|
inline |