![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
SelfLoopingClass(model, name, njobs, refstat, prio). More...
#include <line/lang/qn/nodes.h>
Public Member Functions | |
| SelfLoopingClass (NetworkModel &m, const std::string &nm, double njobs, std::size_t refstat_node, int prio=0) | |
| Public Member Functions inherited from line::JobClass | |
| std::size_t | get_index () const |
| get_index(): the 1-based class index. | |
| const std::string & | get_name () const |
| getName(). | |
| operator std::size_t () const | |
| A handle IS its index wherever one is expected. | |
Additional Inherited Members | |
| Protected Member Functions inherited from line::JobClass | |
| JobClass (NetworkModel &m, std::size_t idx, const std::string &nm) | |
| Protected Attributes inherited from line::JobClass | |
| NetworkModel * | model_ |
| std::size_t | idx_ |
| std::string | name_ |
|
inline |
Definition at line 276 of file nodes.h.
References line::JobClass::JobClass().