21 std::cout <<
"I have just added one person. Population: ";
22 std::cout << client.get_database().get_person_table().get_size() <<
'\n';
23 std::this_thread::sleep_for(std::chrono::seconds(1));
30int main(
int argc,
char **argv)
Class for conveniently parsing command-line arguments.
Shortcut to directly build a Client from a file name.
A Database that contains a joedb::Writable_Journal and keeps them in sync.
id_of_person new_person()
int main_wrapper(int(*main)(Arguments &), int argc, char **argv)
Process command-line arguments and catch exceptions from main.