![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
This is the complete list of members for line::reg::Args, including all inherited members.
| Args(const Json &j, std::string function) | line::reg::Args | inline |
| boolean(const char *key, bool fallback) | line::reg::Args | inline |
| count(const char *key) | line::reg::Args | inline |
| count(const char *key, std::size_t fallback) | line::reg::Args | inline |
| done() const | line::reg::Args | inline |
| get(const char *key) | line::reg::Args | inline |
| has(const char *key) const | line::reg::Args | inline |
| integer(const char *key, int fallback) | line::reg::Args | inline |
| ints(const char *key) | line::reg::Args | inline |
| ints_or_empty(const char *key) | line::reg::Args | inline |
| matrices(const char *key) | line::reg::Args | inline |
| matrices_or_empty(const char *key) | line::reg::Args | inline |
| matrix(const char *key) | line::reg::Args | inline |
| matrix_or_empty(const char *key) | line::reg::Args | inline |
| number(const char *key) | line::reg::Args | inline |
| opt(const char *key) | line::reg::Args | inline |
| required_integer(const char *key) | line::reg::Args | inline |
| scalar(const char *key, const T &fallback) | line::reg::Args | inline |
| text(const char *key, const std::string &fallback) | line::reg::Args | inline |
| uinteger(const char *key) | line::reg::Args | inline |
| uinteger(const char *key, unsigned fallback) | line::reg::Args | inline |
| unsupported(const char *key, const std::string &why) | line::reg::Args | inline |
| vector(const char *key) | line::reg::Args | inline |
| vector_or_empty(const char *key) | line::reg::Args | inline |