ATLAS Offline Software
Loading...
Searching...
No Matches
SG::AuxDataSpanBase Struct Reference

Minimal span-like object describing the range of an auxiliary variable. More...

#include <AuxDataSpan.h>

Collaboration diagram for SG::AuxDataSpanBase:

Public Member Functions

 AuxDataSpanBase (void *the_beg=0, size_t the_size=0)
 Constructor.

Public Attributes

void * beg
 Pointer to the start of the variable's vector.
size_t size
 The length of the variable's vector.

Detailed Description

Minimal span-like object describing the range of an auxiliary variable.

Definition at line 39 of file AuxDataSpan.h.

Constructor & Destructor Documentation

◆ AuxDataSpanBase()

SG::AuxDataSpanBase::AuxDataSpanBase ( void * the_beg = 0,
size_t the_size = 0 )
inline

Constructor.

Parameters
the_begThe start of the variable's vector.
the_sizeThe length of the variable's vector.

Definition at line 47 of file AuxDataSpan.h.

48 : beg(the_beg), size(the_size)
49 {
50 }
void * beg
Pointer to the start of the variable's vector.
Definition AuxDataSpan.h:54
size_t size
The length of the variable's vector.
Definition AuxDataSpan.h:57

Member Data Documentation

◆ beg

void* SG::AuxDataSpanBase::beg

Pointer to the start of the variable's vector.

Definition at line 54 of file AuxDataSpan.h.

◆ size

size_t SG::AuxDataSpanBase::size

The length of the variable's vector.

Definition at line 57 of file AuxDataSpan.h.


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