For more flexibility than the transaction lambda.
More...
#include <settings/Client.h>
See joedb::Client_Lock for more information
static int client_lock(int argc, char **argv)
{
{
lock.get_database().write_comment("Hello");
lock.push();
lock.get_database().write_comment("Goodbye");
lock.get_database().write_timestamp();
lock.push_unlock();
}
return 0;
}
int main(
int argc,
char **argv)
{
}
For more flexibility than the transaction lambda.
Shortcut to directly build a Client from a file name.
int main_exception_catcher(int(*main)(int, char **), int argc, char **argv)
Catch exception from main.
Definition at line 120 of file Client.h.
◆ Client_Lock()
settings::Client_Lock::Client_Lock |
( |
Client & |
client | ) |
|
|
inline |
◆ get_database()
The documentation for this class was generated from the following file:
- /home/rcoulom/repos/joedb/doc/source/tutorial/src/settings/Client.h