grpc/include/grpc++
Tanvi Jagtap de85081421 Adding clang format file to each folder (#35724)
<!--

If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the appropriate
lang label.

-->

Closes #35724

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35724 from tanvi-jagtap:tjagtap_2024_01_29_formatting_1002 f278cc007f
PiperOrigin-RevId: 602583172
2024-01-29 20:18:30 -08:00
..
ext Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
generic Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
impl Adding clang format file to each folder (#35724) 2024-01-29 20:18:30 -08:00
security Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
support Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
test Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
README.md Explain include/grpc++ vs include/grpcpp 2021-02-17 12:08:59 -08:00
alarm.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
channel.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
client_context.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
completion_queue.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
create_channel.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
create_channel_posix.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
grpc++.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
health_check_service_interface.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
resource_quota.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_builder.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_context.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_posix.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00

README.md

include/grpc++

This was the original directory name for all C++ header files but it conflicted with the naming scheme required for some build systems. It is superseded by include/grpcpp but the old directory structure is still present to avoid breaking code that used the old include files. All new include files are only in include/grpcpp.