#include <fstream>
#include <google/protobuf/util/time_util.h>
#include <iostream>
#include <string>
#include "addressbook.pb.h"
Go to the source code of this file.
Functions | |
void | ListPeople (const tutorial::AddressBook &address_book) |
int | main (int argc, char *argv[]) |
void ListPeople | ( | const tutorial::AddressBook & | address_book | ) |
Definition at line 15 of file list_people.cc.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 52 of file list_people.cc.