LILAC
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
engine Class Reference

#include <engine.h>

Collaboration diagram for engine:
Collaboration graph
[legend]

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

engineimpeng

Detailed Description

Definition at line 21 of file engine.h.

Constructor & Destructor Documentation

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

See Also
engineimp

Definition at line 134 of file engine.cpp.

engine::~engine ( )

Definition at line 137 of file engine.cpp.

Member Function Documentation

void engine::output ( )
void engine::run ( )

Definition at line 142 of file engine.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

engineimp* engine::eng
private

Definition at line 22 of file engine.h.


The documentation for this class was generated from the following files: