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

Return value of mtrace_split. More...

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

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

Public Attributes

std::vector< int > labels
 the distinct labels, increasing
std::vector< std::vector< T > > traces
 per-class inter-arrival times

Detailed Description

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

Return value of mtrace_split.

Definition at line 38 of file mtrace_split.h.

Member Data Documentation

◆ labels

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

the distinct labels, increasing

Definition at line 39 of file mtrace_split.h.

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

◆ traces

template<class T>
std::vector<std::vector<T> > line::trace::MtraceSplitResult< T >::traces

per-class inter-arrival times

Definition at line 40 of file mtrace_split.h.

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


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