#include <stddef.h>#include <stdint.h>#include <functional>#include <new>#include <string>#include <utility>#include "absl/types/optional.h"#include <grpc/grpc.h>#include <grpc/impl/codegen/grpc_types.h>#include <grpc/support/atm.h>#include <grpcpp/support/config.h>#include "src/core/lib/channel/channel_fwd.h"#include "src/core/lib/channel/channel_stack.h"#include "src/core/lib/channel/context.h"#include "src/core/lib/iomgr/closure.h"#include "src/core/lib/iomgr/error.h"#include "src/core/lib/iomgr/polling_entity.h"#include "src/core/lib/slice/slice_buffer.h"#include "src/core/lib/surface/channel_stack_type.h"#include "src/core/lib/transport/metadata_batch.h"#include "src/core/lib/transport/transport.h"

Go to the source code of this file.
Classes | |
| class | grpc::CallData |
| Represents call data. More... | |
| class | grpc::ChannelData |
| Represents channel data. More... | |
| class | grpc::internal::ChannelFilter< ChannelDataType, CallDataType > |
| class | grpc::MetadataBatch |
A C++ wrapper for the grpc_metadata_batch struct. More... | |
| class | grpc::TransportOp |
A C++ wrapper for the grpc_transport_op struct. More... | |
| class | grpc::TransportStreamOpBatch |
A C++ wrapper for the grpc_transport_stream_op_batch struct. More... | |
Namespaces | |
| grpc | |
| grpc::internal | |
| Actual implementation of bi-directional streaming. | |
Functions | |
| template<typename ChannelDataType , typename CallDataType > | |
| void | grpc::RegisterChannelFilter (const char *name, grpc_channel_stack_type stack_type, int priority, std::function< bool(const grpc_channel_args &)> include_filter) |
| void | grpc::internal::RegisterChannelFilter (grpc_channel_stack_type stack_type, int priority, std::function< bool(const grpc_channel_args &)> include_filter, const grpc_channel_filter *filter) |