LILAC
|
#include <engine.h>
Public Member Functions | |
engine (const std::string fname, const std::string outname="data_out.out", std::string start_ind="0") | |
~engine () | |
void | run () |
void | output () |
Private Attributes | |
engineimp * | eng |
engine::engine | ( | const std::string | fname, |
const std::string | outname = "data_out.out" , |
||
std::string | index = "0" |
||
) |
Constructs an engine object, a wrapper for engimeimp
Definition at line 134 of file engine.cpp.
engine::~engine | ( | ) |
Definition at line 137 of file engine.cpp.
void engine::output | ( | ) |
void engine::run | ( | ) |
Definition at line 142 of file engine.cpp.