VPTissue Reference Manual
|
A CliTask represents an invocation of the program from the command line. More...
#include <CliSimulationTask.h>
Public Member Functions | |
CliSimulationTask (const std::string &project, bool input_file_set=false, const std::string &input_file="", bool num_steps_set=false, unsigned int num_steps=0) | |
Straight constructor. | |
const std::string | GetLeaf () const |
Plain getter. | |
unsigned int | GetNumSteps () const |
Plain getter. | |
const std::string | GetProjectName () const |
Plain getter. | |
bool | IsLeafSet () const |
Plain getter. | |
bool | IsNumStepsSet () const |
A CliTask represents an invocation of the program from the command line.
Definition at line 31 of file CliSimulationTask.h.
|
inline |
Exception | if task hasn't been set. |
Definition at line 57 of file CliSimulationTask.h.