![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The arithmetic a call runs at: Real also carries the precision tier. More...
#include <line/reg/api_dispatch.h>
Public Member Functions | |
| std::string | str () const |
| Canonical text, e.g. | |
Public Attributes | |
| Arith | mode = Arith::Double |
| unsigned | digits = 0 |
| significant decimal digits, Real only | |
The arithmetic a call runs at: Real also carries the precision tier.
Definition at line 39 of file api_dispatch.h.
| std::string line::reg::ArithSpec::str | ( | ) | const |
Canonical text, e.g.
"double", "exact", "real:50".
Definition at line 187 of file api_dispatch.cpp.
References digits, line::Double, line::Exact, mode, and line::Real.
Referenced by line::reg::api_invoke().
| unsigned line::reg::ArithSpec::digits = 0 |
significant decimal digits, Real only
Definition at line 41 of file api_dispatch.h.
Referenced by line::reg::parse_arith(), and str().
| Arith line::reg::ArithSpec::mode = Arith::Double |
Definition at line 40 of file api_dispatch.h.
Referenced by line::reg::api_invoke(), line::reg::parse_arith(), and str().