ATLAS Offline Software
Loading...
Searching...
No Matches
columnar::detail::ContainerFreeAccessor< CT, CAM, CM > Class Template Referencefinal

the backend implementation for AccessorTemplate More...

#include <ColumnAccessor.h>

Collaboration diagram for columnar::detail::ContainerFreeAccessor< CT, CAM, CM >:

Static Public Attributes

static constexpr bool isDefined = false

Detailed Description

template<typename CT, ColumnAccessMode CAM, ColumnarMode CM>
class columnar::detail::ContainerFreeAccessor< CT, CAM, CM >

the backend implementation for AccessorTemplate

The main difference here is that this class doesn't have a ContainerId template parameter, as that is (normally) only needed in the constructor. So the needed information can just be passed in there.

The AccessorTemplate class will mostly wrap this class and adds the ContainerId template parameter and do all the necessary static type checking to ensure that each accessor is only used with the right objects. There are still some more specialized accessor implementations that integrate more closely with the ContainerId.

CT the column type
CAM the column access mode
CM the columnar mode

Definition at line 150 of file ColumnAccessor.h.

Member Data Documentation

◆ isDefined

template<typename CT, ColumnAccessMode CAM, ColumnarMode CM>
bool columnar::detail::ContainerFreeAccessor< CT, CAM, CM >::isDefined = false
staticconstexpr

Definition at line 153 of file ColumnAccessor.h.


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