herald  2.0.0
Public Types | Public Member Functions | Static Public Attributes | List of all members
herald::analysis::ListManager< ValT, Size > Struct Template Reference

Manages a set of lists for a particular Sample Value Type. More...

#include <runner.h>

Public Types

using value_type = ValT
 

Public Member Functions

SampleList< Sample< ValT >, Size > & list (const SampledID sampled)
 
void remove (const SampledID listFor)
 
const std::size_t size () const
 
decltype(auto) begin ()
 
decltype(auto) end ()
 

Static Public Attributes

static constexpr std::size_t max_size = Size
 

Detailed Description

template<typename ValT, std::size_t Size>
struct herald::analysis::ListManager< ValT, Size >

Manages a set of lists for a particular Sample Value Type.


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