LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::util::LineConsole::Run Class Reference

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
Runoperator= (const Run &)=delete

Detailed Description

RAII guard: opens a run on construction, closes it on scope exit.

Definition at line 206 of file line_console.h.

Constructor & Destructor Documentation

◆ Run() [1/2]

line::util::LineConsole::Run::Run ( const std::string & tag,
const std::string & model_name,
bool verbose = true )
inline

Definition at line 208 of file line_console.h.

References line::util::LineConsole::begin_run().

Referenced by operator=(), and Run().

◆ ~Run()

line::util::LineConsole::Run::~Run ( )
inline

Definition at line 211 of file line_console.h.

References line::util::LineConsole::end_run().

◆ Run() [2/2]

line::util::LineConsole::Run::Run ( const Run & )
delete

References Run().

Member Function Documentation

◆ operator=()

Run & line::util::LineConsole::Run::operator= ( const Run & )
delete

References Run().


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