Project
Loading...
Searching...
No Matches
o2::framework::Input< lit, T > Struct Template Reference

#include <AlgorithmSpec.h>

Public Member Functions

 Input (ProcessingContext &c)
 
 operator T const & () const
 

Public Attributes

ProcessingContextctx
 

Static Public Attributes

static constexpr auto size = sizeof(lit.value)
 
static constexpr auto contents = lit.value
 

Detailed Description

template<StringLiteral lit, typename T>
struct o2::framework::Input< lit, T >

Definition at line 88 of file AlgorithmSpec.h.

Constructor & Destructor Documentation

◆ Input()

template<StringLiteral lit, typename T >
o2::framework::Input< lit, T >::Input ( ProcessingContext c)
inline

Definition at line 94 of file AlgorithmSpec.h.

Member Function Documentation

◆ operator T const &()

template<StringLiteral lit, typename T >
o2::framework::Input< lit, T >::operator T const & ( ) const
inline

Definition at line 97 of file AlgorithmSpec.h.

Member Data Documentation

◆ contents

template<StringLiteral lit, typename T >
constexpr auto o2::framework::Input< lit, T >::contents = lit.value
staticconstexpr

Definition at line 92 of file AlgorithmSpec.h.

◆ ctx

template<StringLiteral lit, typename T >
ProcessingContext& o2::framework::Input< lit, T >::ctx

Definition at line 93 of file AlgorithmSpec.h.

◆ size

template<StringLiteral lit, typename T >
constexpr auto o2::framework::Input< lit, T >::size = sizeof(lit.value)
staticconstexpr

Definition at line 90 of file AlgorithmSpec.h.


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