#include <AbstractRefAccessor.h>
|
| template<typename C > |
| void | registerContainer (const C &cont, int src) |
| | register container in the accessor
|
| |
| bool | isLoaded (int src) const |
| |
| template<typename U > |
| const U & | get_as (int src, int idx) const |
| | get object as user provided type from explicitly provided source, index
|
| |
| template<typename U , typename I > |
| const U & | get_as (const I globIdx) const |
| | get object as user provided type from explicitly provided source, index
|
| |
| const T & | get (int src, int idx) const |
| | get object from explicitly provided source, index
|
| |
| template<typename I > |
| const T & | get (const I globIdx) const |
| | get object from the global index
|
| |
| template<typename U > |
| auto | getSpan (int src) const |
| | access particula source container as a span
|
| |
| size_t | getSize (int src) const |
| |
template<typename T,
int N>
class o2::dataformats::AbstractRefAccessor< T, N >
Definition at line 34 of file AbstractRefAccessor.h.
◆ get() [1/2]
template<typename T ,
int N>
template<typename I >
◆ get() [2/2]
template<typename T ,
int N>
◆ get_as() [1/2]
template<typename T ,
int N>
template<typename U , typename I >
get object as user provided type from explicitly provided source, index
Definition at line 60 of file AbstractRefAccessor.h.
◆ get_as() [2/2]
template<typename T ,
int N>
template<typename U >
get object as user provided type from explicitly provided source, index
Definition at line 53 of file AbstractRefAccessor.h.
◆ getSize()
template<typename T ,
int N>
◆ getSpan()
template<typename T ,
int N>
template<typename U >
◆ isLoaded()
template<typename T ,
int N>
◆ registerContainer()
template<typename T ,
int N>
template<typename C >
The documentation for this class was generated from the following file: