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