Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
berry::Reflection::ReduceToList< T > Struct Template Reference

#include <berryReflection.h>

Public Types

typedef T type
 
typedef QList< T > result
 

Static Public Member Functions

static resultvalue (result &list, const type &item)
 

Detailed Description

template<typename T>
struct berry::Reflection::ReduceToList< T >

Definition at line 190 of file berryReflection.h.

Member Typedef Documentation

◆ result

template<typename T >
typedef QList<T> berry::Reflection::ReduceToList< T >::result

Definition at line 193 of file berryReflection.h.

◆ type

template<typename T >
typedef T berry::Reflection::ReduceToList< T >::type

Definition at line 192 of file berryReflection.h.

Member Function Documentation

◆ value()

template<typename T >
static result& berry::Reflection::ReduceToList< T >::value ( result list,
const type item 
)
inlinestatic

Definition at line 194 of file berryReflection.h.


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