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

The three JMT section class names of a node: input, server, output. More...

#include <line/io/jmt_writer.h>

Collaboration diagram for line::io::JmtSections< T >:

Public Attributes

std::string input
std::string server
std::string output

Detailed Description

template<class T>
struct line::io::JmtSections< T >

The three JMT section class names of a node: input, server, output.

An empty entry is a section the node does not have – only a Sink, whose getSections returns {'', JobSink, ''}. The names are LINE's section class names; jmt_write_jsim overwrites the ones JMT spells differently, exactly where the reference does.

Definition at line 160 of file jmt_writer.h.

Member Data Documentation

◆ input

template<class T>
std::string line::io::JmtSections< T >::input

Definition at line 161 of file jmt_writer.h.

Referenced by line::io::jmt_sections().

◆ output

template<class T>
std::string line::io::JmtSections< T >::output

Definition at line 161 of file jmt_writer.h.

Referenced by line::io::jmt_sections().

◆ server

template<class T>
std::string line::io::JmtSections< T >::server

Definition at line 161 of file jmt_writer.h.

Referenced by line::io::jmt_metric_enabled(), and line::io::jmt_sections().


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