Program class.
More...
#include <program.hpp>
|
| Program (const std::vector< std::string > &args) |
| Parse command arguments.
|
|
| Program (int argc, char *argv[]) |
| Parse command arguments.
|
|
void | run () |
| Top level function that should be called once from global main.
|
|
|
void | main () |
| called from run()
|
|
|
std::string | config_ |
| written to "config.json"
|
|
The documentation for this class was generated from the following files:
- src/program.hpp
- src/program.cpp