|
Joedb 10.3.0
The Journal-Only Embedded Database
|
Create an instance of a Connection by parsing command-line arguments. More...
#include <joedb/ui/Connection_Parser.h>
Public Member Functions | |
| Connection_Parser () | |
| void | print_help (std::ostream &out) const |
| Connection * | build (Logger &logger, Arguments &arguments, Abstract_File *file) const |
Definition at line 15 of file Connection_Parser.h.
| joedb::Connection_Parser::Connection_Parser | ( | ) |
Definition at line 25 of file Connection_Parser.cpp.
| Connection * joedb::Connection_Parser::build | ( | Logger & | logger, |
| Arguments & | arguments, | ||
| Abstract_File * | file | ||
| ) | const |
Definition at line 81 of file Connection_Parser.cpp.
| void joedb::Connection_Parser::print_help | ( | std::ostream & | out | ) | const |
Definition at line 45 of file Connection_Parser.cpp.