LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::qn::RowLayout< T > Struct Template Reference

How a station's state row splits into [buffer | server | local vars]. More...

#include <line/lang/qn/state_events.h>

Collaboration diagram for line::qn::RowLayout< T >:

Public Attributes

std::vector< std::size_t > K
 phases per class
std::vector< std::size_t > Ks
 offset of class r's phase block
std::size_t srvw = 0
 total server width
std::size_t nvar = 0
 local-variable width
std::size_t bufw = 0
 buffer width, the only discipline-dependent part

Detailed Description

template<class T>
struct line::qn::RowLayout< T >

How a station's state row splits into [buffer | server | local vars].

Definition at line 292 of file state_events.h.

Member Data Documentation

◆ bufw

◆ K

◆ Ks

◆ nvar

◆ srvw


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