![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
RAII guard: opens a run on construction, closes it on scope exit. More...
#include <line/util/line_console.h>
Public Member Functions | |
| Run (const std::string &tag, const std::string &model_name, bool verbose=true) | |
| ~Run () | |
| Run (const Run &)=delete | |
| Run & | operator= (const Run &)=delete |
RAII guard: opens a run on construction, closes it on scope exit.
Definition at line 206 of file line_console.h.
|
inline |
Definition at line 208 of file line_console.h.
References line::util::LineConsole::begin_run().
Referenced by operator=(), and Run().
|
inline |
Definition at line 211 of file line_console.h.
References line::util::LineConsole::end_run().
|
delete |
References Run().