#include <iostream>
#include <memory>
#include <string>
#include <grpcpp/grpcpp.h>
#include "helloworld.grpc.pb.h"
Go to the source code of this file.
Classes | |
class | GreeterServiceImpl |
Functions | |
int | main (int argc, char **argv) |
void | RunServer () |
Definition at line 72 of file examples/cpp/compression/greeter_server.cc.
void RunServer | ( | ) |
Definition at line 51 of file examples/cpp/compression/greeter_server.cc.