![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Every Cache node of the model, in node order; empty on a model with none. More...
#include <line/solvers/cache_metrics.h>
Public Member Functions | |
| bool | empty () const |
Public Attributes | |
| std::vector< CacheNodeMetrics< T > > | caches |
Every Cache node of the model, in node order; empty on a model with none.
Definition at line 80 of file cache_metrics.h.
|
inline |
Definition at line 82 of file cache_metrics.h.
References caches.
| std::vector<CacheNodeMetrics<T> > line::solvers::CacheMetrics< T >::caches |
Definition at line 81 of file cache_metrics.h.
Referenced by line::solvers::cache_metrics_of(), line::solvers::cache_metrics_of_matrix(), line::ssa::cache_metrics_of_ssa(), and empty().