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

Return value of mtrace_count. More...

#include <line/api/trace/mtrace_count.h>

Collaboration diagram for line::trace::MtraceCountResult< T >:

Public Attributes

std::vector< int > labels
 the distinct labels, increasing
Matrix< long > counts
 (periods x C) events per window and class

Detailed Description

template<class T>
struct line::trace::MtraceCountResult< T >

Return value of mtrace_count.

Definition at line 50 of file mtrace_count.h.

Member Data Documentation

◆ counts

template<class T>
Matrix<long> line::trace::MtraceCountResult< T >::counts

(periods x C) events per window and class

Definition at line 52 of file mtrace_count.h.

Referenced by line::trace::mtrace_count().

◆ labels

template<class T>
std::vector<int> line::trace::MtraceCountResult< T >::labels

the distinct labels, increasing

Definition at line 51 of file mtrace_count.h.

Referenced by line::trace::mtrace_count().


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