GRPC C++  0.11.0.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Protected Member Functions
grpc::CallNoOp< I > Class Template Reference

Default argument for CallOpSet. More...

#include <call.h>

Protected Member Functions

void AddOp (grpc_op *ops, size_t *nops)
 
void FinishOp (bool *status, int max_message_size)
 

Detailed Description

template<int I>
class grpc::CallNoOp< I >

Default argument for CallOpSet.

I is unused by the class, but can be used for generating multiple names for the same thing.

Member Function Documentation

template<int I>
void grpc::CallNoOp< I >::AddOp ( grpc_op *  ops,
size_t *  nops 
)
inlineprotected
template<int I>
void grpc::CallNoOp< I >::FinishOp ( bool *  status,
int  max_message_size 
)
inlineprotected

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