Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
ext/ | H | 25-Apr-2025 | - | 58 | 8 | |
generic/ | H | 25-Apr-2025 | - | 58 | 8 | |
impl/ | H | 25-Apr-2025 | - | 1,269 | 218 | |
security/ | H | 25-Apr-2025 | - | 116 | 16 | |
support/ | H | 25-Apr-2025 | - | 377 | 52 | |
test/ | H | 25-Apr-2025 | - | 58 | 8 | |
README.md | H A D | 25-Apr-2025 | 348 | 8 | 6 | |
alarm.h | H A D | 25-Apr-2025 | 878 | 29 | 4 | |
channel.h | H A D | 25-Apr-2025 | 886 | 29 | 4 | |
client_context.h | H A D | 25-Apr-2025 | 914 | 29 | 4 | |
completion_queue.h | H A D | 25-Apr-2025 | 922 | 29 | 4 | |
create_channel.h | H A D | 25-Apr-2025 | 914 | 29 | 4 | |
create_channel_posix.h | H A D | 25-Apr-2025 | 938 | 29 | 4 | |
grpc++.h | H A D | 25-Apr-2025 | 882 | 29 | 4 | |
health_check_service_interface.h | H A D | 25-Apr-2025 | 978 | 29 | 4 | |
resource_quota.h | H A D | 25-Apr-2025 | 914 | 29 | 4 | |
server.h | H A D | 25-Apr-2025 | 882 | 29 | 4 | |
server_builder.h | H A D | 25-Apr-2025 | 914 | 29 | 4 | |
server_context.h | H A D | 25-Apr-2025 | 914 | 29 | 4 | |
server_posix.h | H A D | 25-Apr-2025 | 906 | 29 | 4 |
README.md
1# include/grpc++ 2 3This was the original directory name for all C++ header files but it 4conflicted with the naming scheme required for some build systems. It 5is superseded by `include/grpcpp` but the old directory structure is 6still present to avoid breaking code that used the old include files. 7All new include files are only in `include/grpcpp`. 8