libcopp
2.2.0
|
#include <grpcpp/ext/proto_server_reflection_plugin.h>
#include <grpcpp/grpcpp.h>
#include <grpcpp/health_check_service_interface.h>
#include <iostream>
#include <memory>
#include <string>
#include "helloworld.grpc.pb.h"
Go to the source code of this file.
Data Structures | |
class | GreeterServiceImpl |
Functions | |
void | RunServer () |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 51 of file server-main.cpp.
References RunServer().
void RunServer | ( | ) |
Definition at line 30 of file server-main.cpp.
Referenced by main().