Joedb 9.1.4
The Journal-Only Embedded Database
|
#include <joedb/ui/Client_Parser.h>
Public Member Functions | |
Client_Parser (bool local, Open_Mode default_open_mode, bool with_database) | |
Client & | parse (int argc, char **argv) |
bool | has_file () const |
void | print_help (std::ostream &out) const |
Definition at line 11 of file Client_Parser.h.
joedb::Client_Parser::Client_Parser | ( | bool | local, |
Open_Mode | default_open_mode, | ||
bool | with_database | ||
) |
Definition at line 15 of file Client_Parser.cpp.
|
inline |
Definition at line 26 of file Client_Parser.h.
Client & joedb::Client_Parser::parse | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 43 of file Client_Parser.cpp.
void joedb::Client_Parser::print_help | ( | std::ostream & | out | ) | const |
Definition at line 30 of file Client_Parser.cpp.