#include <SimpleProgram.h>
|
void | setup (int argc, char **argv) |
|
Definition at line 40 of file SimpleProgram.h.
◆ SimpleProgram()
Elements::SimpleProgram::SimpleProgram |
( |
| ) |
|
|
protecteddefault |
◆ ~SimpleProgram()
Elements::SimpleProgram::~SimpleProgram |
( |
| ) |
|
|
protectedvirtual |
◆ defineOptions()
virtual void Elements::SimpleProgram::defineOptions |
( |
| ) |
|
|
protectedpure virtual |
◆ getProgramName()
const Path::Item & Elements::SimpleProgram::getProgramName |
( |
| ) |
const |
◆ getProgramPath()
const Path::Item & Elements::SimpleProgram::getProgramPath |
( |
| ) |
const |
◆ main()
virtual ExitCode Elements::SimpleProgram::main |
( |
| ) |
|
|
protectedpure virtual |
◆ run()
ExitCode Elements::SimpleProgram::run |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
noexcept |
◆ setup()
void Elements::SimpleProgram::setup |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
private |
◆ m_program_name
Path::Item Elements::SimpleProgram::m_program_name |
|
private |
◆ m_program_path
Path::Item Elements::SimpleProgram::m_program_path |
|
private |
The documentation for this class was generated from the following files: