GRPC C++  0.11.0.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions
grpc::Server::UnimplementedAsyncResponse Class Reference

Public Member Functions

 UnimplementedAsyncResponse (UnimplementedAsyncRequest *request)
 
 ~UnimplementedAsyncResponse ()
 
bool FinalizeResult (void **tag, bool *status) GRPC_OVERRIDE
 
- Public Member Functions inherited from grpc::CallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 >
 CallOpSet ()
 
void FillOps (grpc_op *ops, size_t *nops) GRPC_OVERRIDE
 Fills in grpc_op, starting from ops[*nops] and moving upwards. More...
 
void set_output_tag (void *return_tag)
 
- Public Member Functions inherited from grpc::CallOpSetInterface
 CallOpSetInterface ()
 
void set_max_message_size (int max_message_size)
 
- Public Member Functions inherited from grpc::CompletionQueueTag
virtual ~CompletionQueueTag ()
 

Additional Inherited Members

- Protected Attributes inherited from grpc::CallOpSetInterface
int max_message_size_
 

Constructor & Destructor Documentation

grpc::Server::UnimplementedAsyncResponse::UnimplementedAsyncResponse ( UnimplementedAsyncRequest request)
grpc::Server::UnimplementedAsyncResponse::~UnimplementedAsyncResponse ( )
inline

Member Function Documentation

bool grpc::Server::UnimplementedAsyncResponse::FinalizeResult ( void **  tag,
bool *  status 
)
inlinevirtual

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