GRPC C++
1.30.0
|
#include <grpc/impl/codegen/byte_buffer.h>
#include <grpc/impl/codegen/byte_buffer_reader.h>
#include <grpc/impl/codegen/grpc_types.h>
#include <grpc/impl/codegen/sync.h>
#include <grpcpp/impl/codegen/config.h>
#include <grpcpp/impl/codegen/status.h>
Go to the source code of this file.
Data Structures | |
class | grpc::CoreCodegenInterface |
Interface between the codegen library and the minimal subset of core features required by the generated code. More... | |
Namespaces | |
grpc | |
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface. | |
Macros | |
#define | GPR_CODEGEN_ASSERT(x) |
Codegen specific version of GPR_ASSERT. More... | |
#define | GPR_CODEGEN_DEBUG_ASSERT(x) GPR_CODEGEN_ASSERT(x) |
Codegen specific version of GPR_DEBUG_ASSERT. More... | |
#define GPR_CODEGEN_ASSERT | ( | x | ) |
Codegen specific version of GPR_ASSERT.
#define GPR_CODEGEN_DEBUG_ASSERT | ( | x | ) | GPR_CODEGEN_ASSERT(x) |
Codegen specific version of GPR_DEBUG_ASSERT.