|
GRPC C++
1.0.0
|
#include <memory>#include <grpc++/channel.h>#include <grpc++/security/credentials.h>#include <grpc++/support/channel_arguments.h>#include <grpc++/support/config.h>Go to the source code of this file.
Namespaces | |
| grpc | |
Functions | |
| std::shared_ptr< Channel > | grpc::CreateChannel (const grpc::string &target, const std::shared_ptr< ChannelCredentials > &creds) |
| Create a new Channel pointing to target. More... | |
| std::shared_ptr< Channel > | grpc::CreateCustomChannel (const grpc::string &target, const std::shared_ptr< ChannelCredentials > &creds, const ChannelArguments &args) |
| Create a new custom Channel pointing to target. More... | |
1.8.11